Commit 847afa67

mo khan <mo@mokhan.ca>
2014-11-01 02:54:33
remove extra info from favorites page.
1 parent f9fe710
Changed files (1)
app
views
my
app/views/my/favorites/index.html.erb
@@ -13,9 +13,7 @@
                 <%= image_tag creation.primary_image.url_for(:thumb) %>
               <% end %>
               <div class="caption">
-                <h4><%= link_to shrink(creation.name, 12), cake_path(creation) %></h4>
-                <p><%= link_to shrink(creation.user.name, 20), profile_path(creation.user) %></p>
-                <p><small><%= time_ago_in_words(creation.created_at) %> ago.</small></p>
+                <small><%= link_to shrink(creation.name, 12), cake_path(creation) %></small>
               </div>
             </div>
           </li>