summaryrefslogtreecommitdiffstats
path: root/app/views/issue_statuses/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issue_statuses/index.html.erb')
-rw-r--r--app/views/issue_statuses/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb
index 03f767252..9b6a552f7 100644
--- a/app/views/issue_statuses/index.html.erb
+++ b/app/views/issue_statuses/index.html.erb
@@ -19,7 +19,7 @@
<tbody>
<% for status in @issue_statuses %>
<tr class="<%= cycle("odd", "even") %>">
- <td><%= link_to status.name, :action => 'edit', :id => status %></td>
+ <td><%= link_to h(status.name), :action => 'edit', :id => status %></td>
<% if Issue.use_status_for_done_ratio? %>
<td align="center"><%= h status.default_done_ratio %></td>
<% end %>