replaces more old back link partial to new back_link_to helper

This commit is contained in:
decabeza
2017-07-27 00:26:39 +02:00
parent 10da3dba58
commit 98961748ad
11 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.hidden_users.show.title", user: @user.name) %></h2>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<div class="clear"></div>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.polls.edit.title") %></h2>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.polls.new.title") %></h2>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.signature_sheets.new.title") %></h2>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.stats.direct_messages.title")%></h2>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.stats.proposal_notifications.title")%></h2>

View File

@@ -1,4 +1,4 @@
<%= render 'shared/back_link' %>
<%= back_link_to %>
<h2><%= t("admin.valuators.summary.title") %></h2>