@@ -4,7 +4,7 | |||
|
4 | 4 | </div> |
|
5 | 5 | |
|
6 | 6 | <h2><%=l(:label_issue_status_plural)%></h2> |
|
7 | ||
|
7 | ||
|
8 | 8 | <table class="list"> |
|
9 | 9 | <thead><tr> |
|
10 | 10 | <th><%=l(:field_status)%></th> |
@@ -16,7 +16,7 | |||
|
16 | 16 | <th><%=l(:button_sort)%></th> |
|
17 | 17 | <th></th> |
|
18 | 18 | </tr></thead> |
|
19 |
<tbody> |
|
|
19 | <tbody> | |
|
20 | 20 | <% for status in @issue_statuses %> |
|
21 | 21 | <tr class="<%= cycle("odd", "even") %>"> |
|
22 | 22 | <td><%= link_to h(status.name), :action => 'edit', :id => status %></td> |
General Comments 0
You need to be logged in to leave comments.
Login now