|
The gravatar plugin makes it easy to display gravatars (globally-recognized avatars) for your users. For example, in your views, you can use the following code to create the full img tag for the given user's gravatar:
<%= gravatar_for @user %>
Registered: 2007-04-05 00:48 Activity Percentile: 0% View project activity statistics. |
|