Skip to content

Commit

Permalink
whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 6, 2010
1 parent 1bf3ff3 commit f5c8ea2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/admin/roles/show.html.haml
Expand Up @@ -6,13 +6,11 @@
%script{:language => "javascript"}
= "var role_id = #{@role.id};"
%p Drag and drop users between the lists below to add or remove them from this role. The changes that you make will take effect immediately.
%h2
Active Users
%h2 Active Users
%ul#taken_users.UserList{:multiple => "multiple"}
%li#busy_taken.rbac_busy_marker= role_spinner 'taken'

%h2
Available Users
%h2 Available Users
%ul#available_users.UserList{:multiple => "multiple"}
%li#busy_available.rbac_busy_marker= role_spinner 'available'

Expand Down

0 comments on commit f5c8ea2

Please sign in to comment.