mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
3 lines
121 B
Text
3 lines
121 B
Text
- photos.each_with_index do |photo,index|
|
|
%div.item{ class: (index==0? 'active' : '') }
|
|
= image_tag(photo.picture)
|