diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 09:21:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 09:21:12 +0000 |
commit | 826e978806bbe80d266c1ebdda64fd84b0f5208a (patch) | |
tree | c8cb75afaed94522046a64f6d4f2f7de139bcaa3 /app/views/files | |
parent | 48f72a3d15def45352c0be4e7f27b2ba3852f949 (diff) | |
download | redmine-826e978806bbe80d266c1ebdda64fd84b0f5208a.tar.gz redmine-826e978806bbe80d266c1ebdda64fd84b0f5208a.zip |
Removes calls to #reset_cycle (#15361).
git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/files')
-rw-r--r-- | app/views/files/index.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index e4c61fb1d..50e7bd966 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -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> |