Skip to content

Commit

Permalink
Fixing the gramma on the log out tab in the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed May 29, 2009
1 parent 9ec7e00 commit 03cdfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/plugins/refinery/app/views/admin/_menu.html.erb
Expand Up @@ -15,7 +15,7 @@ end -%>
<%= link_to "&nbsp;", "#", :id => "menu_reorder_done", :title => "I'm done reordering the menu", :style => "display: none;" %>
</li>
<li id='logout'>
<%= link_to "Logout", logout_url %>
<%= link_to "Log out", logout_url %>
</li>
</ul>
<input type='hidden' id='admin_menu_reorder_authenticity_token' value='<%= form_authenticity_token %>' />
Expand Down

0 comments on commit 03cdfef

Please sign in to comment.