From 4db3056e6a89567e539f9dd05dabf9b3d674790d Mon Sep 17 00:00:00 2001 From: Miriam Date: Fri, 11 Apr 2014 11:44:12 +0200 Subject: [PATCH] #96 fixed --- app/views/themengruppen/_form.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/themengruppen/_form.html.erb b/app/views/themengruppen/_form.html.erb index 8022d0b..e8c5f15 100644 --- a/app/views/themengruppen/_form.html.erb +++ b/app/views/themengruppen/_form.html.erb @@ -8,6 +8,7 @@ <% end %> <%= f.actions do %> - <%= f.action :submit, :as => :input %> + <%= f.action :submit, :as => :input %> + <%= f.action :cancel,:label => I18n.t("common.back"), :as => :link %> <% end %> <% end %>