summaryrefslogtreecommitdiffstats
path: root/app/views/queries/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/queries/index.html.erb')
-rw-r--r--app/views/queries/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/queries/index.html.erb b/app/views/queries/index.html.erb
index 98b0dfb72..b0dbc05be 100644
--- a/app/views/queries/index.html.erb
+++ b/app/views/queries/index.html.erb
@@ -11,7 +11,7 @@
<% @queries.each do |query| %>
<tr class="<%= cycle('odd', 'even') %>">
<td class="name">
- <%= link_to h(query.name), :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %>
+ <%= link_to query.name, :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %>
</td>
<td class="buttons">
<% if query.editable_by?(User.current) %>