mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
11 lines
No EOL
379 B
Text
11 lines
No EOL
379 B
Text
- link = ~p"/galleries/#{@gallery}"
|
|
|
|
.media-box
|
|
a.media-box__header.media-box__header--link href=link title=@gallery.title
|
|
= @gallery.title
|
|
|
|
.media-box__overlay
|
|
= @gallery.spoiler_warning
|
|
|
|
.media-box__content.media-box__content--large
|
|
= render PhilomenaWeb.ImageView, "_image_container.html", image: @gallery.thumbnail, size: :thumb, conn: @conn, link: link |