mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-04 23:17:30 -05:00
Replace (revert back) to simple image_tag in photos#show
so i don't need to update specs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user