mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Removes calls to #reset_cycle (#15361).
git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
48f72a3d15
commit
826e978806
@ -25,6 +25,6 @@
|
|||||||
<%= delete_link custom_field_path(custom_field) %>
|
<%= delete_link custom_field_path(custom_field) %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end; reset_cycle %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -24,7 +24,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
<% reset_cycle %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
|
<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
|
||||||
|
|||||||
@ -37,8 +37,7 @@
|
|||||||
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
|
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end
|
<% end %>
|
||||||
reset_cycle %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<% grouped_issue_list(issues, @query, @issue_count_by_group) do |issue, level, group_name, group_count, group_totals| -%>
|
<% grouped_issue_list(issues, @query, @issue_count_by_group) do |issue, level, group_name, group_count, group_totals| -%>
|
||||||
<% if group_name %>
|
<% if group_name %>
|
||||||
<% reset_cycle %>
|
|
||||||
<tr class="group open">
|
<tr class="group open">
|
||||||
<td colspan="<%= query.inline_columns.size + 1 %>">
|
<td colspan="<%= query.inline_columns.size + 1 %>">
|
||||||
<span class="expander" onclick="toggleRowGroup(this);"> </span>
|
<span class="expander" onclick="toggleRowGroup(this);"> </span>
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<%= call_table_row_hook principal, membership %>
|
<%= call_table_row_hook principal, membership %>
|
||||||
</tr>
|
</tr>
|
||||||
<% end; reset_cycle %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<%= call_hook(:view_projects_settings_members_table_row, { :project => @project, :member => member}) %>
|
<%= call_hook(:view_projects_settings_members_table_row, { :project => @project, :member => member}) %>
|
||||||
</tr>
|
</tr>
|
||||||
<% end; reset_cycle %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end; reset_cycle %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@ -25,5 +25,4 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<% end
|
<% end %>
|
||||||
reset_cycle %>
|
|
||||||
|
|||||||
@ -19,5 +19,4 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<% end
|
<% end %>
|
||||||
reset_cycle %>
|
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<% grouped_query_results(entries, @query, @entry_count_by_group) do |entry, group_name, group_count, group_totals| -%>
|
<% grouped_query_results(entries, @query, @entry_count_by_group) do |entry, group_name, group_count, group_totals| -%>
|
||||||
<% if group_name %>
|
<% if group_name %>
|
||||||
<% reset_cycle %>
|
|
||||||
<tr class="group open">
|
<tr class="group open">
|
||||||
<td colspan="<%= @query.inline_columns.size + 2 %>">
|
<td colspan="<%= @query.inline_columns.size + 2 %>">
|
||||||
<span class="expander" onclick="toggleRowGroup(this);"> </span>
|
<span class="expander" onclick="toggleRowGroup(this);"> </span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user