From: Simon Brandhof Date: Fri, 14 Dec 2012 17:03:16 +0000 (+0100) Subject: Change location of buttons in management of filters X-Git-Tag: 3.4~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cfaef377f3b8bffe51da8bbdd4838d961d63194b;p=sonarqube.git Change location of buttons in management of filters --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb index a130ddb9c52..30810c5d2ad 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb @@ -64,10 +64,10 @@ <% end %> - <%= message('edit') -%> -   <%= message('copy') -%>   + <%= message('edit') -%> +   <%= link_to_action message('delete'), "#{ApplicationController.root_context}/measures/delete/#{filter.id}", :class => 'link-action link-red', :id => "delete_#{filter.name.parameterize}",