James Moger
2012-03-19 73fba6ef98209406f1cf5f2ee00a9dc384b4a2fc
src/com/gitblit/wicket/panels/CommitHeaderPanel.java
@@ -25,6 +25,14 @@
   private static final long serialVersionUID = 1L;
   public CommitHeaderPanel(String id, String title) {
      super(id);
      add(new Label("shortmessage", title));
      add(new Label("commitid"));
      add(new Label("author"));
      add(new Label("date"));
   }
   public CommitHeaderPanel(String id, String repositoryName, RevCommit c) {
      super(id);
      add(new LinkPanel("shortmessage", "title", c.getShortMessage(), CommitPage.class,