James Moger
2012-02-03 7c08c78b0f80609f3ea911b8a3eeb598f99c0fd2
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,