Skip to content

Commit 41eb881

Browse files
committed
Removed unused class.
git-svn-id: http://svn.redmine.org/redmine/trunk@15469 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent bfd5b91 commit 41eb881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/roles/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<% end %>
1212

1313
<% unless @role.anonymous? %>
14-
<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>
14+
<p class="view_time_entries_shown"><%= f.select :time_entries_visibility, Role::TIME_ENTRIES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>
1515
<% end %>
1616

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

0 commit comments

Comments
 (0)