# HG changeset patch # User Na'Tosha Bard # Date 2014-09-19 14:52:02 # Node ID 63c6386cf488966334a40f122b07a64aa149a581 # Parent b0774d79c7c95ec14ec6d23389d85ed544dd4b50 Standardize on btn-small on Pull Request page (instead of mixing btn-small and btn-mini) so we have a bit of padding. diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -37,7 +37,7 @@ ${self.repo_context_bar('showpullrequest %if not c.pull_request.is_closed() and (h.HasPermissionAny('hg.admin', 'repository.admin')() or c.pull_request.author.user_id == c.authuser.user_id):
- ${_("Edit")} + ${_("Edit")}
%endif @@ -238,7 +238,7 @@ ${self.repo_context_bar('showpullrequest
- ${_('Save Changes')} + ${_('Save Changes')}
%endif