Commit 564095a4

mo k <mo@mokhan.ca>
2013-01-26 05:15:04
remove date from each creation on the homepage.
1 parent 8765ac8
Changed files (1)
app/views/shared/_creation_image_gallery.html.erb
@@ -37,7 +37,7 @@
         <div class="thumbnail">
           <a href="<%= url_for creation %>"><img src="<%= creation.primary_image.image_url %>" /></a>
           <div class="caption">
-            <h3><a href="<%= url_for creation %>"><%= creation.name %></a> <em><small>by <a href="<%= url_for profile_path(creation.user) %>"> <%= shrink(creation.user.name, 20) %></a></small></em> <small><%= creation.created_at.to_s :foomat %></small></h3>
+            <h3><a href="<%= url_for creation %>"><%= creation.name %></a> <em><small>by <a href="<%= url_for profile_path(creation.user) %>"> <%= shrink(creation.user.name, 20) %></a></small></em></h3>
             <p><%= creation.story %></p>
             <p><a class="btn" href="<%= url_for creation %>">View</a></p>
           </div>