David Ostrovsky
2014-06-16 5441436f507a8b1b0dbd24b523e4a27bd30840e6
src/main/java/com/gitblit/wicket/pages/HistoryPage.java
@@ -18,9 +18,12 @@
import org.apache.wicket.PageParameters;
import org.apache.wicket.markup.html.link.BookmarkablePageLink;
import com.gitblit.wicket.CacheControl;
import com.gitblit.wicket.CacheControl.LastModified;
import com.gitblit.wicket.WicketUtils;
import com.gitblit.wicket.panels.HistoryPanel;
@CacheControl(LastModified.REPOSITORY)
public class HistoryPage extends RepositoryPage {
   public HistoryPage(PageParameters params) {
@@ -62,7 +65,7 @@
   protected String getPageName() {
      return getString("gb.history");
   }
   @Override
   protected Class<? extends BasePage> getRepoNavPageClass() {
      return TreePage.class;