Remove danging :photos table and other photo cruft
This commit is contained in:
parent
1ce834391a
commit
ae55c2772f
7 changed files with 15 additions and 37 deletions
|
|
@ -1,7 +0,0 @@
|
|||
- photos.each_with_index do |photo,index|
|
||||
%div.item{ class: (index==0? 'active' : '') }
|
||||
= image_tag(photo.picture(:banner))
|
||||
- unless photo.description.blank?
|
||||
%div.carousel-caption
|
||||
.lead
|
||||
= photo.description
|
||||
Loading…
Add table
Add a link
Reference in a new issue