James Moger
2011-06-03 4ab184198bd7eac67eb767cf2e19423f618a70ae
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,