# HG changeset patch # User domruf # Date 2017-07-31 19:42:41 # Node ID f4dc6962f467bb399efc90ab7016357ca98b5e41 # Parent 53df5d6f08625be5855b957dde8eeed71e755c86 templates: change the order of Pull Requests and Options in context bar I feel like Options are semantically different, so they should stand at the end of the list. diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -131,6 +131,13 @@
  • ${_('Changelog')}
  • %endif
  • ${_('Files')}
  • +
  • + ${_('Pull Requests')} + %if c.repository_pull_requests: + ${c.repository_pull_requests} + %endif + +
  • @@ -173,13 +180,6 @@ %endif -
  • - ${_('Pull Requests')} - %if c.repository_pull_requests: - ${c.repository_pull_requests} - %endif - -