Commit f4a5ac9b

mo khan <mo@mokhan.ca>
2013-06-22 05:09:27
remove the old facebook like button
1 parent c48c18a
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>