Commit d13ca6d3

mo k <mo@mokhan.ca>
2012-07-29 04:30:21
remove rel='nofollow' to fix validation error.
1 parent e28cd3c
Changed files (1)
app/views/shared/_creation_image_gallery.html.erb
@@ -6,7 +6,7 @@
         <h5><a href="<%= url_for creation %>"><%= short_name(creation, 20) %></a></h5>
         <h6><a href="<%= url_for profile_path(creation.user) %>"><%= creation.user.name %></a></h6>
       </div>
-      <a href="<%= url_for creation %>"><img src="<%= creation.image.thumb.url %>" alt="<%= creation.name %>" rel="nofollow" width="260" /></a>
+      <a href="<%= url_for creation %>"><img src="<%= creation.image.thumb.url %>" alt="<%= creation.name %>" /></a>
       <div class="caption">
         <a href="<%= url_for creation_favorites_path(:creation_id => creation.id) %>"><span><%= creation.favorites.count %><i class="icon-heart"></span></i></a>
         <a href="<%= url_for creation %>#comments"><span class="badge badge-success" title="<%= pluralize( creation.comment_threads.count, "comments") %>"><%= creation.comment_threads.count %></span></a>