fixes headings structure on legislation admin
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<%= t("admin.legislation.draft_versions.edit.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'admin/legislation/processes/subnav', process: @process, active: 'draft_versions' %>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<%= t("admin.legislation.processes.edit.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'admin/legislation/processes/subnav', process: @process, active: 'draft_versions' %>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<%= t("admin.legislation.draft_versions.new.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'admin/legislation/processes/subnav', process: @process, active: 'draft_versions' %>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<%= t("admin.legislation.processes.edit.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'subnav', process: @process, active: 'info' %>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<%= t("admin.legislation.processes.new.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= t("admin.legislation.processes.new.title") %></h1>
|
||||
<h2><%= t("admin.legislation.processes.new.title") %></h2>
|
||||
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<%= t("admin.legislation.questions.edit.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'admin/legislation/processes/subnav', process: @process, active: 'questions' %>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<%= t("admin.legislation.questions.index.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'admin/legislation/processes/subnav', process: @process, active: 'questions' %>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<%= t("admin.legislation.questions.new.back") %>
|
||||
<% end %>
|
||||
|
||||
<h1><%= @process.title %></h1>
|
||||
<h2><%= @process.title %></h2>
|
||||
|
||||
<%= render 'admin/legislation/processes/subnav', process: @process, active: 'questions' %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user