From 967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Nov 2013 21:01:21 +0000 Subject: Removed deprecated align and width html attributes (#15307). git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/queries/index.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/views/queries') diff --git a/app/views/queries/index.html.erb b/app/views/queries/index.html.erb index 41051758e..98b0dfb72 100644 --- a/app/views/queries/index.html.erb +++ b/app/views/queries/index.html.erb @@ -10,15 +10,13 @@ <% @queries.each do |query| %> - - -- cgit v1.2.3
+ <%= link_to h(query.name), :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %> - + <% if query.editable_by?(User.current) %> <%= link_to l(:button_edit), edit_query_path(query), :class => 'icon icon-edit' %> <%= delete_link query_path(query) %> - <% end %>