From 41eb88183ceeeed9264acd827ec3c98581b7695a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 5 Jun 2016 18:02:55 +0000 Subject: [PATCH] Removed unused class. git-svn-id: http://svn.redmine.org/redmine/trunk@15469 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/roles/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 49cba3617..39acc34a4 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]} %>

-- 2.39.5