From 6e185fd62eb91dd05096c9c9630b977c4ea34edc Mon Sep 17 00:00:00 2001 From: kikito Date: Tue, 22 Sep 2015 18:07:49 +0200 Subject: [PATCH] uses :back in proposals/show --- app/views/proposals/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposals/show.html.erb b/app/views/proposals/show.html.erb index 5380f2220..119968e4d 100644 --- a/app/views/proposals/show.html.erb +++ b/app/views/proposals/show.html.erb @@ -10,7 +10,7 @@
  - <%= link_to t("proposals.show.back_link"), proposals_path, class: 'left back' %> + <%= link_to t("proposals.show.back_link"), :back, class: 'left back' %> <% if current_user && @proposal.editable_by?(current_user) %> <%= link_to edit_proposal_path(@proposal), class: 'edit-proposal button success tiny radius right' do %>