Commit 0f5b8c55
Changed files (1)
app
views
profiles
app/views/profiles/index.html.erb
@@ -7,7 +7,7 @@
<div class="thumbnail">
<a href="<%= url_for profile_path(profile) %>"><%= avatar_for(profile) %></a>
<div class="caption">
- <h5><a href="<%= url_for profile_path(profile) %>"><%= shrink(profile.name, 20) %></a></h5>
+ <h5><a href="<%= url_for profile_path(profile) %>"><%= shrink(profile.name, 20) %></a> <small>(<%= profile.creations_count %>)</small></h5>
<% if(profile.city.blank?) -%>
<h6>somewhere in sugarland</h6>
<% else -%>