Skip to content

Commit

Permalink
cleaned up the lnk a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Mar 26, 2012
1 parent 076c36c commit a88077f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<%= current_user %>
</div>
<%= link_to "Sign Out", sessions_path, method: :delete %>
<% end %>
<% else %>
<%= link_to "Sign up for an account", sign_up_path %>
<% end %>
<%= yield %>

Expand Down

0 comments on commit a88077f

Please sign in to comment.