James Moger
2011-10-02 5c1ae2385f9e6c0c2050e5b0cb505d25bdbe27e0
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,