diff --git a/app/views/verification/letter/edit.html.erb b/app/views/verification/letter/edit.html.erb
index 56b76caa5..ed710cb3c 100644
--- a/app/views/verification/letter/edit.html.erb
+++ b/app/views/verification/letter/edit.html.erb
@@ -19,7 +19,12 @@
-
<%= t("verification.letter.edit.title") %>
+ <%= link_to account_path, class: "left back clear" do %>
+
+ <%= t("verification.back") %>
+ <% end %>
+
+
<%= t("verification.letter.edit.title") %>
<%= form_for @letter, as: "letter", url: letter_path, method: :put do |f| %>
diff --git a/app/views/verification/letter/new.html.erb b/app/views/verification/letter/new.html.erb
index 33b1f97cd..643204a32 100644
--- a/app/views/verification/letter/new.html.erb
+++ b/app/views/verification/letter/new.html.erb
@@ -19,7 +19,12 @@
-
<%= t("verification.letter.new.title") %>
+ <%= link_to account_path, class: "left back clear" do %>
+
+ <%= t("verification.back") %>
+ <% end %>
+
+ <%= t("verification.letter.new.title") %>
<%= t("verification.letter.new.explanation_html") %>
diff --git a/app/views/verification/residence/new.html.erb b/app/views/verification/residence/new.html.erb
index 382db555e..b66e5b179 100644
--- a/app/views/verification/residence/new.html.erb
+++ b/app/views/verification/residence/new.html.erb
@@ -17,7 +17,12 @@
-
<%= t("verification.residence.new.title") %>
+ <%= link_to account_path, class: "left back clear" do %>
+
+ <%= t("verification.back") %>
+ <% end %>
+
+
<%= t("verification.residence.new.title") %>
<%= form_for @residence, as: "residence", url: residence_path do |f| %>
<%= render "errors" %>
@@ -47,8 +52,8 @@
- <%= f.check_box :terms_of_service, label: false %>
<%= f.label :terms_of_service do %>
+ <%= f.check_box :terms_of_service, label: false %>
<%= t("verification.residence.new.accept_terms_text",
terms_url: link_to(t("verification.residence.new.terms"), "/census_terms",
target: "_blank")).html_safe
diff --git a/app/views/verification/sms/edit.html.erb b/app/views/verification/sms/edit.html.erb
index b884c487e..78babe34f 100644
--- a/app/views/verification/sms/edit.html.erb
+++ b/app/views/verification/sms/edit.html.erb
@@ -17,7 +17,12 @@
-
<%= t("verification.sms.edit.title") %>
+ <%= link_to account_path, class: "left back clear" do %>
+
+ <%= t("verification.back") %>
+ <% end %>
+
+
<%= t("verification.sms.edit.title") %>
<%= form_for @sms, as: "sms", url: sms_path, method: :put do |f| %>
<% if @error %>
diff --git a/app/views/verification/sms/new.html.erb b/app/views/verification/sms/new.html.erb
index b52d8db34..775c213fd 100644
--- a/app/views/verification/sms/new.html.erb
+++ b/app/views/verification/sms/new.html.erb
@@ -17,7 +17,12 @@
-