src/com/gitblit/wicket/GitBlitWebApp.properties | ●●●●● patch | view | raw | blame | history | |
src/com/gitblit/wicket/panels/ActivityPanel.html | ●●●●● patch | view | raw | blame | history |
src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -214,4 +214,6 @@ gb.workingCopy = working copy gb.workingCopyWarning = this repository has a working copy and can not receive pushes gb.query = query gb.queryHelp = write brief explanation of Lucene syntax here gb.queryHelp = write brief explanation of Lucene syntax here gb.authored = authored gb.committed = committed src/com/gitblit/wicket/panels/ActivityPanel.html
@@ -23,7 +23,7 @@ <td style="vertical-align: middle;"> <img wicket:id="commitIcon" style="vertical-align: middle;"></img> <span wicket:id="message">[shortlog commit link]</span><br/> <span wicket:id="author" style="padding-left:20px;">[author link]</span> committed <span wicket:id="commitid">[commit id]</span> to <span wicket:id="branch"></span> <span wicket:id="author" style="padding-left:20px;">[author link]</span> <wicket:message key="gb.authored"></wicket:message> <span wicket:id="commitid">[commit id]</span> on <span wicket:id="branch"></span> </td> <td style="text-align:right;vertical-align: middle;"> <div wicket:id="commitRefs">[commit refs]</div>