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' %>