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