philomena/lib/philomena_web/templates/gallery/_gallery.html.slime
2019-11-18 00:05:42 -05:00

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