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