- <%= link_to user_path(current_user), class: "back" do %>
-
- <%= t("proposal_notifications.show.back") %>
- <% end %>
+ <%= back_link_to user_path(current_user), t("proposal_notifications.show.back") %>
<%= @notification.title %>
<%= @notification.body %>
diff --git a/app/views/verification/letter/new.html.erb b/app/views/verification/letter/new.html.erb
index 648de7478..e0f696171 100644
--- a/app/views/verification/letter/new.html.erb
+++ b/app/views/verification/letter/new.html.erb
@@ -20,10 +20,7 @@
- <%= link_to account_path, class: "back" do %>
-
- <%= t("verification.back") %>
- <% end %>
+ <%= back_link_to account_path, t("verification.back") %>
<%= t("verification.letter.new.title") %>
diff --git a/app/views/verification/letter/show.html.erb b/app/views/verification/letter/show.html.erb
index 372e1a8d1..acc764646 100644
--- a/app/views/verification/letter/show.html.erb
+++ b/app/views/verification/letter/show.html.erb
@@ -2,10 +2,7 @@
<%track_event(category: "verification", action: "start_letter" )%>
- <%= link_to account_path, class: "back" do %>
-
- <%= t("verification.back") %>
- <% end %>
+ <%= back_link_to account_path, t("verification.back") %>
<%= t("verification.letter.edit.title") %>
diff --git a/app/views/verification/residence/new.html.erb b/app/views/verification/residence/new.html.erb
index 2159d1a01..95497b87b 100644
--- a/app/views/verification/residence/new.html.erb
+++ b/app/views/verification/residence/new.html.erb
@@ -18,10 +18,7 @@
- <%= link_to account_path, class: "back" do %>
-
- <%= t("verification.back") %>
- <% end %>
+ <%= back_link_to account_path, t("verification.back") %>
<%= t("verification.residence.new.title") %>
diff --git a/app/views/verification/sms/edit.html.erb b/app/views/verification/sms/edit.html.erb
index d1856e88c..c94b5c9d0 100644
--- a/app/views/verification/sms/edit.html.erb
+++ b/app/views/verification/sms/edit.html.erb
@@ -18,10 +18,7 @@
- <%= link_to account_path, class: "back" do %>
-
- <%= t("verification.back") %>
- <% end %>
+ <%= back_link_to account_path, t("verification.back") %>
<%= t("verification.sms.edit.title") %>
diff --git a/app/views/verification/sms/new.html.erb b/app/views/verification/sms/new.html.erb
index 820ed01fa..19a8a2e3b 100644
--- a/app/views/verification/sms/new.html.erb
+++ b/app/views/verification/sms/new.html.erb
@@ -18,10 +18,7 @@
- <%= t("verification.back") %>
- <% end %>
+ <%= back_link_to account_path, t("verification.back") %>
diff --git a/app/views/verification/verified_user/show.html.erb b/app/views/verification/verified_user/show.html.erb
index 69e98eeb6..13dc2924d 100644
--- a/app/views/verification/verified_user/show.html.erb
+++ b/app/views/verification/verified_user/show.html.erb
@@ -1,10 +1,7 @@
- <%= link_to account_path, class: "back" do %>
-
- <%= t("verification.back") %>
- <% end %>
+ <%= back_link_to account_path, t("verification.back") %>
<%= t("verification.verified_user.show.title") %>