diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-11 09:59:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-11 09:59:03 -0400 |
commit | 50984c55466228ccff0630e49acb4c5e271d446b (patch) | |
tree | e9b5b449ce0a48d8879d35ebe930456c67cd37c5 /src/com/gitblit/wicket/panels/BranchesPanel.html | |
parent | 1a3fc5e8f150ff73be27c67006a10bbab0c585b4 (diff) | |
download | gitblit-50984c55466228ccff0630e49acb4c5e271d446b.tar.gz gitblit-50984c55466228ccff0630e49acb4c5e271d446b.zip |
Moved paging count to setting. Fixed css layouts. Removed log pager.
Diffstat (limited to 'src/com/gitblit/wicket/panels/BranchesPanel.html')
-rw-r--r-- | src/com/gitblit/wicket/panels/BranchesPanel.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/gitblit/wicket/panels/BranchesPanel.html b/src/com/gitblit/wicket/panels/BranchesPanel.html index 50a16812..78774f2d 100644 --- a/src/com/gitblit/wicket/panels/BranchesPanel.html +++ b/src/com/gitblit/wicket/panels/BranchesPanel.html @@ -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 |