From 41eb88183ceeeed9264acd827ec3c98581b7695a 2016-06-05 18:02:55 From: Jean-Philippe Lang Date: 2016-06-05 18:02:55 Subject: [PATCH] Removed unused class. git-svn-id: http://svn.redmine.org/redmine/trunk@15469 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 49cba36..39acc34 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -11,7 +11,7 @@ <% end %> <% unless @role.anonymous? %> -

<%= f.select :time_entries_visibility, Role::TIME_ENTRIES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]}, {}, :class => "view_time_entries_enabled" %>

+

<%= f.select :time_entries_visibility, Role::TIME_ENTRIES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %>

<% end %>

<%= f.select :users_visibility, Role::USERS_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %>