# HG changeset patch # User domruf # Date 1501522961 -7200 # 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 -r 53df5d6f0862 -r f4dc6962f467 kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Wed Jul 12 19:45:53 2017 +0200 +++ b/kallithea/templates/base/base.html Mon Jul 31 19:42:41 2017 +0200 @@ -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 - -