From df265f188d5dcae7d0fb51e7eea528db5d4f98bf Mon Sep 17 00:00:00 2001 From: Jenny Duckett Date: Mon, 5 Dec 2016 17:06:34 +0000 Subject: [PATCH] Move link to providers page to the header This link looked odd floating above the left column, and although we may want to have admin navigation on the left we aren't sure what that would include yet, so move this link to the header alongside the Platform admin link. --- app/templates/admin_template.html | 3 +++ app/templates/views/platform-admin.html | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 14e399d36..ebc1d29cc 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -47,6 +47,9 @@
  • Platform admin
  • +
  • + Providers +
  • {% endif %}
  • Sign out diff --git a/app/templates/views/platform-admin.html b/app/templates/views/platform-admin.html index bb774c8de..79c9f750d 100644 --- a/app/templates/views/platform-admin.html +++ b/app/templates/views/platform-admin.html @@ -1,7 +1,6 @@ {% extends "withoutnav_template.html" %} {% from "components/big-number.html" import big_number, big_number_with_status %} {% from "components/message-count-label.html" import message_count_label %} -{% from "components/browse-list.html" import browse_list %} {% from "components/table.html" import mapping_table, field, stats_fields, row_group, row, right_aligned_field_heading, hidden_field_heading, text_field %} {% macro stats_fields(channel, data) -%} @@ -88,13 +87,6 @@ Platform admin - {{ browse_list([ - { - 'title': 'View providers', - 'link': url_for('.view_providers') - }, - ]) }} -