|
|
@ -8,7 +8,7 @@
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<% for category in @project.issue_categories %>
|
|
|
|
<% for category in @project.issue_categories %>
|
|
|
|
<% unless category.new_record? %>
|
|
|
|
<% unless category.new_record? %>
|
|
|
|
<tr class="<%= cycle 'odd', 'even' %>">
|
|
|
|
<tr class="text_center <%= cycle 'odd', 'even' %>">
|
|
|
|
<td><%=h(category.name) %></td>
|
|
|
|
<td><%=h(category.name) %></td>
|
|
|
|
<td><%=h(category.assigned_to.name) if category.assigned_to %></td>
|
|
|
|
<td><%=h(category.assigned_to.name) if category.assigned_to %></td>
|
|
|
|
<td class="buttons">
|
|
|
|
<td class="buttons">
|
|
|
|