James Moger
2011-06-18 b01ca06b8d14634a2890590916450ef0e36f2b3a
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,