Sha256: 476c1c991782a49cf79c1b573b9ce04cb9024bf8bd26b94c5fa7f7ba83f2fca9

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

<div>
	<a href="<%= user_path(current_user) %>">
	  <%= gravatar_for current_user, size: 52 %>
	</a>
	<h1>
	  <%= current_user.name %>
	</h1>
	<span>
	  <%= link_to t("users.profile.link"), current_user %>
	</span>
	<span>
	  <%= pluralize(current_user.microposts.count, t("microposts.title")) %>
	</span>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 app/views/shared/_user_info.html.erb
guara-0.0.1.rc app/views/shared/_user_info.html.erb