From 92624659ef19d1d7fe285614ad7c7de61805ee58 Mon Sep 17 00:00:00 2001 From: Peter Lehwess Date: Fri, 16 Oct 2015 10:08:09 +0200 Subject: [PATCH] Add cancel button to identifier edit view --- app/views/projects/identifier.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/projects/identifier.html.erb b/app/views/projects/identifier.html.erb index 897e53b8ab..2c2eea0dc9 100644 --- a/app/views/projects/identifier.html.erb +++ b/app/views/projects/identifier.html.erb @@ -49,6 +49,11 @@ See doc/COPYRIGHT.rdoc for more details. <%= f.submit l(:button_update), class: 'button -highlight -with-icon icon-yes' %> + + <%= link_to settings_project_path(@project), class: 'button -highlight' do %> + <%= l(:button_cancel) %> + <% end %> +