Skip to content

Commit

Permalink
a bit better looking admin header
Browse files Browse the repository at this point in the history
  • Loading branch information
drhenner committed Feb 15, 2012
1 parent 5c725a5 commit 5b15856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/admin/_header_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id='header_bar' class='float-left span-24'>
<%= render :partial => '/shared/admin/header_buttons' %>
<div class="admin-login">
<span><%= current_user.name %></span>
<span><%= current_user.name %></span><br/>
<%= link_to 'Logout', logout_path, :id => 'admin-logout-button' %>
</div>
</div>
Expand Down

0 comments on commit 5b15856

Please sign in to comment.