]> source.dussan.org Git - redmine.git/commitdiff
Removes calls to #reset_cycle (#15361).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 09:21:12 +0000 (09:21 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 09:21:12 +0000 (09:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/custom_fields/_index.html.erb
app/views/enumerations/index.html.erb
app/views/files/index.html.erb
app/views/issues/_list.html.erb
app/views/principal_memberships/_index.html.erb
app/views/projects/settings/_members.html.erb
app/views/projects/settings/_versions.html.erb
app/views/reports/_details.html.erb
app/views/reports/_simple.html.erb
app/views/timelog/_list.html.erb

index 417f1c345124f18c03e39d35452cd972bbf4cd46..1a4caa4b98271cc487de545e876de1ac97524cad 100644 (file)
@@ -25,6 +25,6 @@
         <%= delete_link custom_field_path(custom_field) %>
       </td>
     </tr>
-  <% end; reset_cycle %>
+  <% end %>
   </tbody>
 </table>
index 542be08739de1c5f9770307ba01114d88f915a1b..01e943e6189ef7a95836586ee331eb73afa5c71f 100644 (file)
@@ -24,7 +24,6 @@
 </tr>
 <% end %>
 </table>
-<% reset_cycle %>
 <% end %>
 
 <p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
index e4c61fb1d4b6dd5a8cee2b61850b4d7b24394fbc..50e7bd966218f1bb142972c91383fc9fdce6dffd 100644 (file)
@@ -37,8 +37,7 @@
                                          :data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
     </td>
   </tr>
-  <% end
-  reset_cycle %>
+  <% end %>
 <% end %>
   </tbody>
 </table>
index 9c29a83088a859c28178cedd7b57376c8bf84170..0313f2efadca85a78aedd7a7f6ab94f7763eb436 100644 (file)
@@ -16,7 +16,6 @@
   <tbody>
   <% grouped_issue_list(issues, @query, @issue_count_by_group) do |issue, level, group_name, group_count, group_totals| -%>
   <% if group_name %>
-    <% reset_cycle %>
     <tr class="group open">
       <td colspan="<%= query.inline_columns.size + 1 %>">
         <span class="expander" onclick="toggleRowGroup(this);">&nbsp;</span>
index 7cf6f55bb10607e47f4ef15435505e1bd7aaaf9b..8f959583bf91789e9cb3f4a3c1085846539f5df0 100644 (file)
@@ -44,7 +44,7 @@
   </td>
       <%= call_table_row_hook principal, membership %>
   </tr>
-  <% end; reset_cycle %>
+  <% end %>
   </tbody>
 </table>
 <% else %>
index cb24c39cbd17796dac88fc2eb6d50daadf7778e8..471532266e293530bdcc38380b0ebcf4fd38da5a 100644 (file)
@@ -54,7 +54,7 @@
   </td>
   <%= call_hook(:view_projects_settings_members_table_row, { :project => @project, :member => member}) %>
   </tr>
-<% end; reset_cycle %>
+<% end %>
   </tbody>
 </table>
 <% else %>
index 81f3d3353bcc4d5bbd03882b519efc7738dfe51d..0c1714446b29a6b594062f37b599cdea7cee46c9 100644 (file)
@@ -36,7 +36,7 @@
       <% end %>
      </td>
     </tr>
-<% end; reset_cycle %>
+<% end %>
     </tbody>
 </table>
 <% else %>
index 584162939460baf26d515c80e27fb2b264f6b945..998089cafc929c6c1f0d7142b9552ba46d1c4992 100644 (file)
@@ -25,5 +25,4 @@
 <% end %>
 </tbody>
 </table>
-<% end
-  reset_cycle %>
+<% end %>
index c7c88aff452467e377dfc8d70332d1943dad93c2..d6f51ad19feaa08f76b60e7b9928828fe9aa3db0 100644 (file)
@@ -19,5 +19,4 @@
 <% end %>
 </tbody>
 </table>
-<% end
-  reset_cycle %>
+<% end %>
index e84f428c304893259cec050ca4a9dd295135c463..19966920b81d851d3c3a9646b1514e3b9c0beb41 100644 (file)
@@ -17,7 +17,6 @@
 <tbody>
 <% grouped_query_results(entries, @query, @entry_count_by_group) do |entry, group_name, group_count, group_totals| -%>
   <% if group_name %>
-    <% reset_cycle %>
     <tr class="group open">
       <td colspan="<%= @query.inline_columns.size + 2 %>">
         <span class="expander" onclick="toggleRowGroup(this);">&nbsp;</span>