Multiple ajax calls fixed
This commit is contained in:
parent
220e816155
commit
1244f937e6
8 changed files with 18 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
- photos.each_with_index do |photo,index|
|
||||
%div.item{ class: (index==0? 'active' : '') }
|
||||
= image_tag(photo.picture)
|
||||
= image_tag(photo.picture(:banner))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue