]> source.dussan.org Git - redmine.git/commitdiff
Removed unused class.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Jun 2016 18:02:55 +0000 (18:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Jun 2016 18:02:55 +0000 (18:02 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15469 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/roles/_form.html.erb

index 49cba3617295bd65369d0f6b29442f5421faf182..39acc34a40b323faa10486bf1f7df10a4df6eb75 100644 (file)
@@ -11,7 +11,7 @@
   <% end %>
 
   <% unless @role.anonymous? %>
-    <p class="view_time_entries_shown"><%= f.select :time_entries_visibility, Role::TIME_ENTRIES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]}, {}, :class => "view_time_entries_enabled" %></p>
+    <p class="view_time_entries_shown"><%= f.select :time_entries_visibility, Role::TIME_ENTRIES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>
   <% end %>
 
   <p><%= f.select :users_visibility, Role::USERS_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>