Commit 00a0593d

mo k <m@mokhan.ca>
2012-01-07 16:41:33
change text from 1 like to 1 fan
1 parent 6985c8a
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -26,7 +26,7 @@
     <% end %>
   </div>
   <div class="span3 offset12">
-    <%= link_to 'fanclub (' + pluralize(@creation.likes.length, 'like') + ')', creation_likes_path(:creation_id => @creation.id) %>
+    <%= link_to 'fanclub (' + pluralize(@creation.likes.length, 'fan') + ')', creation_likes_path(:creation_id => @creation.id) %>
   </div>
 </div>