jam-cloud/web/app/views/shared/_user_info.html.erb

13 lines
232 B
Plaintext

<a href="<%=user_path(current_user) %>">
<%= gravatar_for current_user, size: 52 %>
</a>
<h1>
<%= current_user.name %>
</h1>
<span>
<%= link_to "view my profile", current_user %>
</span>
<span>
This space not taken.
</span>