Commit f4a5ac9b
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -24,7 +24,6 @@
<div class="row">
<div class="span6">
<img class="thumbnail" src="<%= @primary_photo.image.large.url %>" alt="<%= @creation.name %>" />
- <iframe src="http://www.facebook.com/plugins/like.php?href=<%= request.url %>" style="border:none; width:350px; height:30px; float:left;"></iframe>
</div>
<div class="span6">
<h1><%= link_to @creation.name, creation_path(@creation) %></h1>