mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
9 lines
315 B
Text
9 lines
315 B
Text
|
.block
|
||
|
.block__header
|
||
|
span.block__header__title = @title
|
||
|
= if assigns[:view_all_path] do
|
||
|
= link("View all", to: assigns[:view_all_path])
|
||
|
|
||
|
.block__content.js-resizable-media-container
|
||
|
= for image <- @images do
|
||
|
= render PhilomenaWeb.ImageView, "_image_box.html", image: image, size: :thumb
|