- <%= link_to admin_legislation_process_questions_path(@process), class: "back" do %>
-
- <%= t("admin.legislation.questions.new.back") %>
- <% end %>
+ <%= back_link_to admin_legislation_process_questions_path(@process), t("admin.legislation.questions.new.back") %>
<%= @process.title %>
diff --git a/app/views/admin/officials/edit.html.erb b/app/views/admin/officials/edit.html.erb
index 10ec9b23f..4696ea4de 100644
--- a/app/views/admin/officials/edit.html.erb
+++ b/app/views/admin/officials/edit.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
diff --git a/app/views/admin/poll/polls/edit.html.erb b/app/views/admin/poll/polls/edit.html.erb
index cf131203f..1ba88359e 100644
--- a/app/views/admin/poll/polls/edit.html.erb
+++ b/app/views/admin/poll/polls/edit.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
<%= t("admin.polls.edit.title") %>
diff --git a/app/views/admin/poll/polls/new.html.erb b/app/views/admin/poll/polls/new.html.erb
index ba1ae7260..1203688d5 100644
--- a/app/views/admin/poll/polls/new.html.erb
+++ b/app/views/admin/poll/polls/new.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
<%= t("admin.polls.new.title") %>
diff --git a/app/views/admin/poll/questions/edit.html.erb b/app/views/admin/poll/questions/edit.html.erb
index 6c4d24adf..48998081a 100644
--- a/app/views/admin/poll/questions/edit.html.erb
+++ b/app/views/admin/poll/questions/edit.html.erb
@@ -1,4 +1,4 @@
-<%= render "shared/back_link" %>
+<%= back_link_to %>
<%= t("admin.questions.edit.title") %>
diff --git a/app/views/admin/poll/questions/new.html.erb b/app/views/admin/poll/questions/new.html.erb
index 830492d6d..844195920 100644
--- a/app/views/admin/poll/questions/new.html.erb
+++ b/app/views/admin/poll/questions/new.html.erb
@@ -1,4 +1,4 @@
-<%= render "shared/back_link" %>
+<%= back_link_to %>
<%= t("admin.questions.new.title") %>
diff --git a/app/views/admin/poll/questions/show.html.erb b/app/views/admin/poll/questions/show.html.erb
index a8f25f2bd..3be660f79 100644
--- a/app/views/admin/poll/questions/show.html.erb
+++ b/app/views/admin/poll/questions/show.html.erb
@@ -1,4 +1,4 @@
-<%= render "shared/back_link" %>
+<%= back_link_to %>
<%= link_to t('shared.edit'), edit_admin_question_path(@question),
class: "button hollow float-right" %>
diff --git a/app/views/admin/signature_sheets/new.html.erb b/app/views/admin/signature_sheets/new.html.erb
index a1f2436bb..bec2f359d 100644
--- a/app/views/admin/signature_sheets/new.html.erb
+++ b/app/views/admin/signature_sheets/new.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
<%= t("admin.signature_sheets.new.title") %>
diff --git a/app/views/admin/stats/direct_messages.html.erb b/app/views/admin/stats/direct_messages.html.erb
index b87e2b3e3..4a8a55829 100644
--- a/app/views/admin/stats/direct_messages.html.erb
+++ b/app/views/admin/stats/direct_messages.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
<%= t("admin.stats.direct_messages.title")%>
diff --git a/app/views/admin/stats/proposal_notifications.html.erb b/app/views/admin/stats/proposal_notifications.html.erb
index 51130424d..102eb0c60 100644
--- a/app/views/admin/stats/proposal_notifications.html.erb
+++ b/app/views/admin/stats/proposal_notifications.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
<%= t("admin.stats.proposal_notifications.title")%>
diff --git a/app/views/admin/valuators/summary.html.erb b/app/views/admin/valuators/summary.html.erb
index 81cbc54d4..19d1dde20 100644
--- a/app/views/admin/valuators/summary.html.erb
+++ b/app/views/admin/valuators/summary.html.erb
@@ -1,4 +1,4 @@
-<%= render 'shared/back_link' %>
+<%= back_link_to %>
<%= t("admin.valuators.summary.title") %>
diff --git a/app/views/comments/show.html.erb b/app/views/comments/show.html.erb
index 90e49a7d3..37d379d4f 100644
--- a/app/views/comments/show.html.erb
+++ b/app/views/comments/show.html.erb
@@ -1,9 +1,7 @@
- <%= link_to commentable_path(@comment), class: "back" do %>
-
- <%= t("comments.show.return_to_commentable") + @comment.commentable.title %>
- <% end %>
+ <%= back_link_to commentable_path(@comment),
+ t("comments.show.return_to_commentable") + @comment.commentable.title %>
diff --git a/app/views/debates/edit.html.erb b/app/views/debates/edit.html.erb
index 13a2aa625..8645be255 100644
--- a/app/views/debates/edit.html.erb
+++ b/app/views/debates/edit.html.erb
@@ -1,7 +1,7 @@