@@ -25,6 +25,6 | |||
|
25 | 25 | <%= delete_link custom_field_path(custom_field) %> |
|
26 | 26 | </td> |
|
27 | 27 | </tr> |
|
28 |
<% end |
|
|
28 | <% end %> | |
|
29 | 29 | </tbody> |
|
30 | 30 | </table> |
@@ -24,7 +24,6 | |||
|
24 | 24 | </tr> |
|
25 | 25 | <% end %> |
|
26 | 26 | </table> |
|
27 | <% reset_cycle %> | |
|
28 | 27 | <% end %> |
|
29 | 28 | |
|
30 | 29 | <p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p> |
@@ -37,8 +37,7 | |||
|
37 | 37 | :data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %> |
|
38 | 38 | </td> |
|
39 | 39 | </tr> |
|
40 | <% end | |
|
41 | reset_cycle %> | |
|
40 | <% end %> | |
|
42 | 41 | <% end %> |
|
43 | 42 | </tbody> |
|
44 | 43 | </table> |
@@ -16,7 +16,6 | |||
|
16 | 16 | <tbody> |
|
17 | 17 | <% grouped_issue_list(issues, @query, @issue_count_by_group) do |issue, level, group_name, group_count, group_totals| -%> |
|
18 | 18 | <% if group_name %> |
|
19 | <% reset_cycle %> | |
|
20 | 19 | <tr class="group open"> |
|
21 | 20 | <td colspan="<%= query.inline_columns.size + 1 %>"> |
|
22 | 21 | <span class="expander" onclick="toggleRowGroup(this);"> </span> |
@@ -44,7 +44,7 | |||
|
44 | 44 | </td> |
|
45 | 45 | <%= call_table_row_hook principal, membership %> |
|
46 | 46 | </tr> |
|
47 |
<% end |
|
|
47 | <% end %> | |
|
48 | 48 | </tbody> |
|
49 | 49 | </table> |
|
50 | 50 | <% else %> |
@@ -54,7 +54,7 | |||
|
54 | 54 | </td> |
|
55 | 55 | <%= call_hook(:view_projects_settings_members_table_row, { :project => @project, :member => member}) %> |
|
56 | 56 | </tr> |
|
57 | <% end; reset_cycle %> | |
|
57 | <% end %> | |
|
58 | 58 | </tbody> |
|
59 | 59 | </table> |
|
60 | 60 | <% else %> |
@@ -36,7 +36,7 | |||
|
36 | 36 | <% end %> |
|
37 | 37 | </td> |
|
38 | 38 | </tr> |
|
39 | <% end; reset_cycle %> | |
|
39 | <% end %> | |
|
40 | 40 | </tbody> |
|
41 | 41 | </table> |
|
42 | 42 | <% else %> |
@@ -25,5 +25,4 | |||
|
25 | 25 | <% end %> |
|
26 | 26 | </tbody> |
|
27 | 27 | </table> |
|
28 | <% end | |
|
29 | reset_cycle %> | |
|
28 | <% end %> |
@@ -19,5 +19,4 | |||
|
19 | 19 | <% end %> |
|
20 | 20 | </tbody> |
|
21 | 21 | </table> |
|
22 | <% end | |
|
23 | reset_cycle %> | |
|
22 | <% end %> |
@@ -17,7 +17,6 | |||
|
17 | 17 | <tbody> |
|
18 | 18 | <% grouped_query_results(entries, @query, @entry_count_by_group) do |entry, group_name, group_count, group_totals| -%> |
|
19 | 19 | <% if group_name %> |
|
20 | <% reset_cycle %> | |
|
21 | 20 | <tr class="group open"> |
|
22 | 21 | <td colspan="<%= @query.inline_columns.size + 2 %>"> |
|
23 | 22 | <span class="expander" onclick="toggleRowGroup(this);"> </span> |
General Comments 0
You need to be logged in to leave comments.
Login now