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, 0 insertions, 2 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb
index 659dd18fa..d4a2ecbb2 100644
--- a/app/views/issue_statuses/index.html.erb
+++ b/app/views/issue_statuses/index.html.erb
@@ -11,7 +11,6 @@
<% if Issue.use_status_for_done_ratio? %>
<th><%=l(:field_done_ratio)%></th>
<% end %>
- <th><%=l(:field_is_default)%></th>
<th><%=l(:field_is_closed)%></th>
<th><%=l(:button_sort)%></th>
<th></th>
@@ -23,7 +22,6 @@
<% if Issue.use_status_for_done_ratio? %>
<td><%= h status.default_done_ratio %></td>
<% end %>
- <td><%= checked_image status.is_default? %></td>
<td><%= checked_image status.is_closed? %></td>
<td class="reorder"><%= reorder_links('issue_status', {:action => 'update', :id => status}, :put) %></td>
<td class="buttons">