Skip to content

Commit

Permalink
Added space to separate 'admins' and institution class in output.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickr committed Mar 19, 2014
1 parent 466ea1a commit 3e4a159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/blacklight.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

</head>
<% if can?(:show, Role) -%>
<% content_for :body_class, "admins" %>
<% content_for :body_class, "admins " %>
<% end -%>
<% content_for(:body_class, @set.institution_class) if @set %>
Expand Down

0 comments on commit 3e4a159

Please sign in to comment.