Skip to content

Commit

Permalink
Merge pull request #82 from rcjenkins/patch-2
Browse files Browse the repository at this point in the history
added .html_safe to second example.
  • Loading branch information
mmangino committed Sep 6, 2012
2 parents 23dca89 + 6281744 commit 504cc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ shared login partial.
<% current_facebook_user.fetch %>
<%= "Welcome #{current_facebook_user.first_name} #{current_facebook_user.last_name}!" %>
or
<%= "Hello #{fb_name(current_facebook_user, :useyou => false)}!" # link to facebook profile %>
Welcome <%= fb_name(current_facebook_user, :useyou => false) %>!
<%= fb_logout_link("Logout of fb", request.url) %><br />
<% else
# you must explicitly request permissions for facebook user fields.
Expand Down

0 comments on commit 504cc26

Please sign in to comment.