Commit 2282d5db
Changed files (1)
app
views
favorites
app/views/favorites/index.html.erb
@@ -1,8 +1,7 @@
<% provide(:title, "#{@creation.name} by #{@creation.user.name} - fanclub") -%>
<div class="row">
<div class="span12">
- <h1> fans of <%= link_to @creation.name, creation_path(@creation) %> </h1>
- <p><%= link_to "Back to creations", mine_creations_path %></p>
+ <h1> Fans of <%= link_to @creation.name, creation_path(@creation) %> </h1>
<ul class="thumbnails">
<% @creation.favorites.each do |favorite| %>
<li class="span3">