Skip to content

Commit

Permalink
Fixed displaying of openid login name
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Oct 13, 2009
1 parent 9be60a6 commit e583359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/home.haml
Expand Up @@ -10,7 +10,7 @@
%input{ :id => 'openid_identifier', :class => 'openid_url_input', :type => 'text', :name => 'openid_url' }
- else
%p{ :id => 'login' }
Logged in as #{ session[:openid_identity] }
&= "Logged in as #{ session[:openid_identity] }"
%br
%a{ :href => '/logout' } Log out
#map
Expand Down

0 comments on commit e583359

Please sign in to comment.