From 5364ec106af0dc1ffefe16dfeb0226c3e3500411 Mon Sep 17 00:00:00 2001 From: decabeza Date: Wed, 24 May 2017 13:04:19 +0200 Subject: [PATCH] fixes headings structure on legislation admin --- app/views/admin/legislation/draft_versions/edit.html.erb | 2 +- app/views/admin/legislation/draft_versions/index.html.erb | 2 +- app/views/admin/legislation/draft_versions/new.html.erb | 2 +- app/views/admin/legislation/processes/edit.html.erb | 2 +- app/views/admin/legislation/processes/new.html.erb | 2 +- app/views/admin/legislation/questions/edit.html.erb | 2 +- app/views/admin/legislation/questions/index.html.erb | 2 +- app/views/admin/legislation/questions/new.html.erb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/admin/legislation/draft_versions/edit.html.erb b/app/views/admin/legislation/draft_versions/edit.html.erb index 5ad6d9501..c041f02c2 100644 --- a/app/views/admin/legislation/draft_versions/edit.html.erb +++ b/app/views/admin/legislation/draft_versions/edit.html.erb @@ -9,7 +9,7 @@ <%= t("admin.legislation.draft_versions.edit.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'admin/legislation/processes/subnav', process: @process, active: 'draft_versions' %> diff --git a/app/views/admin/legislation/draft_versions/index.html.erb b/app/views/admin/legislation/draft_versions/index.html.erb index bfe7d33f6..05036eeb8 100644 --- a/app/views/admin/legislation/draft_versions/index.html.erb +++ b/app/views/admin/legislation/draft_versions/index.html.erb @@ -9,7 +9,7 @@ <%= t("admin.legislation.processes.edit.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'admin/legislation/processes/subnav', process: @process, active: 'draft_versions' %> diff --git a/app/views/admin/legislation/draft_versions/new.html.erb b/app/views/admin/legislation/draft_versions/new.html.erb index 9ef7eef3b..81509531c 100644 --- a/app/views/admin/legislation/draft_versions/new.html.erb +++ b/app/views/admin/legislation/draft_versions/new.html.erb @@ -9,7 +9,7 @@ <%= t("admin.legislation.draft_versions.new.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'admin/legislation/processes/subnav', process: @process, active: 'draft_versions' %> diff --git a/app/views/admin/legislation/processes/edit.html.erb b/app/views/admin/legislation/processes/edit.html.erb index 4bf418d06..38bb01147 100644 --- a/app/views/admin/legislation/processes/edit.html.erb +++ b/app/views/admin/legislation/processes/edit.html.erb @@ -10,7 +10,7 @@ <%= t("admin.legislation.processes.edit.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'subnav', process: @process, active: 'info' %> diff --git a/app/views/admin/legislation/processes/new.html.erb b/app/views/admin/legislation/processes/new.html.erb index 3fed34799..026697faa 100644 --- a/app/views/admin/legislation/processes/new.html.erb +++ b/app/views/admin/legislation/processes/new.html.erb @@ -10,7 +10,7 @@ <%= t("admin.legislation.processes.new.back") %> <% end %> -

<%= t("admin.legislation.processes.new.title") %>

+

<%= t("admin.legislation.processes.new.title") %>

<%= render "form" %> diff --git a/app/views/admin/legislation/questions/edit.html.erb b/app/views/admin/legislation/questions/edit.html.erb index 47b44b11a..b87f7daeb 100644 --- a/app/views/admin/legislation/questions/edit.html.erb +++ b/app/views/admin/legislation/questions/edit.html.erb @@ -9,7 +9,7 @@ <%= t("admin.legislation.questions.edit.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'admin/legislation/processes/subnav', process: @process, active: 'questions' %> diff --git a/app/views/admin/legislation/questions/index.html.erb b/app/views/admin/legislation/questions/index.html.erb index 4e82de910..2b0edb67a 100644 --- a/app/views/admin/legislation/questions/index.html.erb +++ b/app/views/admin/legislation/questions/index.html.erb @@ -9,7 +9,7 @@ <%= t("admin.legislation.questions.index.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'admin/legislation/processes/subnav', process: @process, active: 'questions' %> diff --git a/app/views/admin/legislation/questions/new.html.erb b/app/views/admin/legislation/questions/new.html.erb index 243815aff..eb3aa7ec1 100644 --- a/app/views/admin/legislation/questions/new.html.erb +++ b/app/views/admin/legislation/questions/new.html.erb @@ -9,7 +9,7 @@ <%= t("admin.legislation.questions.new.back") %> <% end %> -

<%= @process.title %>

+

<%= @process.title %>

<%= render 'admin/legislation/processes/subnav', process: @process, active: 'questions' %>