Commit 9233a05e

mo k <mo@mokhan.ca>
2012-02-17 04:37:04
fix url to the author
1 parent 34ea273
Changed files (1)
app/views/shared/_creation_image_gallery.html.erb
@@ -4,7 +4,7 @@
     <div class="thumbnail">
       <div class="caption">
         <h5><%= creation.name.split[0...4].join(' ') %></h5>
-        <h6><a href="<% url_for profile_path(creation.user) %>"><%= creation.user.name %></a></h6>
+        <h6><a href="<%= url_for profile_path(creation.user) %>"><%= creation.user.name %></a></h6>
         <a href="<%= url_for creation %>">
           <img src="<%= creation.image.thumb.url %>" alt="<%= creation.name %>" width="260px" height="180px" />
         </a>