%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%>
<%=l(:label_no_data)%>
<% else %><%= 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), {:controller => '/queries', :action => 'edit', :id => query}, :class => 'icon icon-edit' %> <%= link_to l(:button_delete), {:controller => '/queries', :action => 'destroy', :id => query}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> <% end %> |