Replace (revert back) to simple image_tag in photos#show

so i don't need to update specs
This commit is contained in:
Brenda Wallace
2019-04-20 19:56:23 +12:00
parent 10a7689b05
commit a2f9f2f6df

View File

@@ -9,7 +9,7 @@
.row
.col-md-8
%p= render @photo
%p= image_tag(photo.fullsize_url, alt: photo.title, class: 'img img-responsive')
.col-md-4
= render 'photos/actions', photo: @photo