Sha256: 03948fdaa1d28ab04a738efa840e1bda5dceb6ea48fc6371890735304cbbb76d
Contents?: true
Size: 271 Bytes
Versions: 20
Compression:
Stored size: 271 Bytes
Contents
<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> <%= pluralize(current_user.microposts.count, "micropost") %> </span>
Version data entries
20 entries across 20 versions & 2 rubygems