Skip to content

Commit

Permalink
Display "You are logged in as" line
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Nov 29, 2011
1 parent a7d771b commit 18699dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/home/index.html.haml
Expand Up @@ -10,6 +10,8 @@
= link_to "My Credentials", explore_api_path(:me, :format => :json), :class => "btn", "data-explore" => []
= link_to "Profiles", explore_api_path(:profiles, :format => :json), :class => "btn", "data-explore" => []
= link_to "Sign out", destroy_user_session_path, :class => "btn primary"
You are logged in as
= current_user.email

%p
%pre#display-json
Expand Down

0 comments on commit 18699dc

Please sign in to comment.