From a3bde69e9b3f3cc6212b0cd5fd7310b6a3301d8c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 01 Jun 2011 20:47:05 -0400 Subject: [PATCH] Documentation. Enforce ".git" suffix for created repositories. --- src/com/gitblit/wicket/panels/BranchesPanel.html | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/com/gitblit/wicket/panels/BranchesPanel.html b/src/com/gitblit/wicket/panels/BranchesPanel.html index 50a1681..497003a 100644 --- a/src/com/gitblit/wicket/panels/BranchesPanel.html +++ b/src/com/gitblit/wicket/panels/BranchesPanel.html @@ -10,16 +10,16 @@ <!-- header --> <div class="header" wicket:id="branches">[branches header]</div> - <table style="width:100%;" class="pretty"> + <table class="pretty"> <tbody> <tr wicket:id="branch"> <td class="date"><span wicket:id="branchDate">[branch date]</span></td> <td><span wicket:id="branchName">[branch name]</span></td> <td><span wicket:id="branchType">[branch type]</span></td> <td class="rightAlign"> - <div class="link"> + <span class="link"> <a wicket:id="log"><wicket:message key="gb.log"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a> - </div> + </span> </td> </tr> </tbody> @@ -27,8 +27,6 @@ <div wicket:id="allBranches">[all branches]</div> - <!-- spacer --> - <div style="padding:5px;"></div> </wicket:panel> </body> </html> \ No newline at end of file -- Gitblit v1.9.1