Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tka committed Dec 9, 2012
1 parent 7ab4e9e commit 02961ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/_user_nav.html.erb
Expand Up @@ -7,7 +7,7 @@
<% if current_user %> <% if current_user %>


<li class="dropdown"> <li class="dropdown">
<%= link_to "/accoount" , :class => "dropdown-toggle", :data => { :toogle => "dropdown" } do %> <%= link_to "/accoount" , :class => "dropdown-toggle", :data => { :toggle => "dropdown" } do %>
<%= current_user.email %> <%= current_user.email %>
<% end %> <% end %>
Expand Down

0 comments on commit 02961ad

Please sign in to comment.