Commit edc63e0f

mo khan <mo@mokhan.ca>
2014-10-29 04:06:06
remove created_at and location from profiles listing and shrink size of name.
1 parent b09d9c6
Changed files (1)
app
views
app/views/profiles/_index.html.erb
@@ -9,9 +9,7 @@
                 <%= avatar_for(profile) %>
               <% end %>
               <div class="caption">
-                <h4><%= link_to shrink(profile.name, 12), profile_path(profile) %></h4>
-                <p><%= link_to shrink(profile.city, 20, 'sugarland'), profile_path(profile) %></p>
-                <p><small><%= time_ago_in_words(profile.created_at) %> ago.</small></p>
+                <small><%= link_to shrink(profile.name, 20), profile_path(profile) %></small>
               </div>
             </div>
           </li>