Commit db0dabfe4c30e26dc4932ba3bef71043457822e1
1 parent
25c05b5b
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Preview images for highlights block
Showing
4 changed files
with
2 additions
and
2 deletions
Show diff stats
app/helpers/box_organizer_helper.rb
... | ... | @@ -41,7 +41,7 @@ module BoxOrganizerHelper |
41 | 41 | |
42 | 42 | content_tag(:ul, |
43 | 43 | images_path.map do |preview| |
44 | - content_tag(:li, image_tag(preview, height: '240', width: '384', alt: '')) | |
44 | + content_tag(:li, image_tag(preview, height: '240', alt: '')) | |
45 | 45 | end.join("\n") |
46 | 46 | ) |
47 | 47 | end | ... | ... |
app/models/highlights_block.rb
31.4 KB
73.5 KB