mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
11 lines
No EOL
396 B
Text
11 lines
No EOL
396 B
Text
- link = Routes.gallery_path(@conn, :show, @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 |