# HG changeset patch # User Na'Tosha Bard # Date 1411130891 -7200 # Node ID b0774d79c7c95ec14ec6d23389d85ed544dd4b50 # Parent 27dc67382cf65e060bf98c3b860e001e2c4d9324 Align switch-to child pages, standardize on btn-small class, use jQuery and similar formatting. diff -r 27dc67382cf6 -r b0774d79c7c9 kallithea/templates/bookmarks/bookmarks.html --- a/kallithea/templates/bookmarks/bookmarks.html Fri Sep 19 14:45:54 2014 +0200 +++ b/kallithea/templates/bookmarks/bookmarks.html Fri Sep 19 14:48:11 2014 +0200 @@ -26,7 +26,7 @@ %if c.repo_bookmarks: -
${_('Compare Bookmarks')}
+
${_('Compare Bookmarks')}
%endif
<%include file='bookmarks_data.html'/> @@ -34,10 +34,10 @@
- diff -r 27dc67382cf6 -r b0774d79c7c9 kallithea/templates/branches/branches.html --- a/kallithea/templates/branches/branches.html Fri Sep 19 14:45:54 2014 +0200 +++ b/kallithea/templates/branches/branches.html Fri Sep 19 14:48:11 2014 +0200 @@ -26,17 +26,18 @@ %if c.repo_branches: -
${_('Compare Branches')}
+
${_('Compare Branches')}
%endif
<%include file='branches_data.html'/>
+ +