]> source.dussan.org Git - sonarqube.git/commitdiff
Change location of buttons in management of filters
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 14 Dec 2012 17:03:16 +0000 (18:03 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 14 Dec 2012 17:03:16 +0000 (18:03 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb

index a130ddb9c52f28a06694407a6a447a31815532e5..30810c5d2ada191b75964bc3185f17aab1e4100f 100644 (file)
                 <% end %>
               </td>
               <td class="thin nowrap right">
-                <a id="edit_<%= filter.name.parameterize -%>" href="<%= ApplicationController.root_context -%>/measures/edit_form/<%= filter.id -%>" class="link-action open-modal"><%= message('edit') -%></a>
-                &nbsp;
                 <a id="copy-<%= filter.name.parameterize -%>" href="<%= ApplicationController.root_context -%>/measures/copy_form/<%= filter.id -%>" class="link-action open-modal"><%= message('copy') -%></a>
                 &nbsp;
+                <a id="edit_<%= filter.name.parameterize -%>" href="<%= ApplicationController.root_context -%>/measures/edit_form/<%= filter.id -%>" class="link-action open-modal"><%= message('edit') -%></a>
+                &nbsp;
                 <%= link_to_action message('delete'), "#{ApplicationController.root_context}/measures/delete/#{filter.id}",
                                    :class => 'link-action link-red',
                                    :id => "delete_#{filter.name.parameterize}",