Skip to content

Commit

Permalink
Added .active_admin class to logged out pages (activeadmin#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed May 30, 2012
1 parent 60303e2 commit 2bf9448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/active_admin_logged_out.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<%= csrf_meta_tag %>
</head>
<body class="logged_out <%= controller.action_name %>">
<body class="active_admin logged_out <%= controller.action_name %>">
<div id="wrapper">

<div id="content_wrapper">
Expand Down

0 comments on commit 2bf9448

Please sign in to comment.