Commit 2bef6fea

mo <mo.khan@gmail.com>
2017-09-09 19:24:38
show large image on cakes#show.
1 parent bf8d213
Changed files (1)
app
views
app/views/cakes/_show.html.erb
@@ -28,7 +28,7 @@
 <div class="card-columns">
   <% @creation.photos.each do |photo| %>
     <div class="card">
-      <%= image_tag photo.url_for(:thumb), class: "card-img-top" %>
+      <%= image_tag photo.url_for(:large), class: "card-img-top" %>
     </div>
   <% end %>
 </div>