James Moger
2012-02-09 e7883877a98dfcae3f75f1c1a562120d89aed22a
src/com/gitblit/wicket/pages/SummaryPage.java
@@ -37,9 +37,9 @@
import org.wicketstuff.googlecharts.MarkerType;
import org.wicketstuff.googlecharts.ShapeMarker;
import com.gitblit.Constants.AccessRestrictionType;
import com.gitblit.GitBlit;
import com.gitblit.Keys;
import com.gitblit.Constants.AccessRestrictionType;
import com.gitblit.models.Metric;
import com.gitblit.models.PathModel;
import com.gitblit.models.RepositoryModel;
@@ -129,7 +129,7 @@
      add(new Label("otherUrls", StringUtils.flattenStrings(repositoryUrls, "<br/>"))
      .setEscapeModelStrings(false));
      add(new LogPanel("commitsPanel", repositoryName, null, r, numberCommits, 0));
      add(new LogPanel("commitsPanel", repositoryName, getRepositoryModel().HEAD, r, numberCommits, 0));
      add(new TagsPanel("tagsPanel", repositoryName, r, numberRefs).hideIfEmpty());
      add(new BranchesPanel("branchesPanel", getRepositoryModel(), r, numberRefs).hideIfEmpty());