Tidy up the platform admin pages

This commit does two things:
- brings the ‘All organisations’ page back within the platform admin
  part of the site (because it’s hard to find otherwise)
- makes the layouts of all the pages within platform admin a bit closer
  to the service-specific pages in terms of heading sizes, spacing, etc
  so that moving between them doesn’t feel so jumpy
This commit is contained in:
Chris Hill-Scott
2020-04-23 11:08:43 +01:00
parent f91aba212d
commit ae8dd8e8cd
18 changed files with 68 additions and 95 deletions

View File

@@ -8,7 +8,7 @@
<div class="govuk-width-container">
<div class="navigation-service">
{% if current_user.platform_admin %}
<a href="{{ url_for('.organisations') }}" class="govuk-link govuk-link--no-visited-state navigation-organisation-link">All organisations</a>
<a href="{{ url_for('.organisations') }}" class="govuk-link govuk-link--no-visited-state navigation-organisation-link">Organisations</a>
{% endif %}
<div class="navigation-service-name govuk-!-font-weight-bold">
{{ current_org.name }}