mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
propagate conn
This commit is contained in:
parent
bc82e368a5
commit
cca1283b55
2 changed files with 2 additions and 2 deletions
|
@ -34,4 +34,4 @@ elixir:
|
||||||
a.interaction--hide href="#" rel="nofollow" data-image-id=@image.id
|
a.interaction--hide href="#" rel="nofollow" data-image-id=@image.id
|
||||||
i.fa.fa-eye-slash title='Hide'
|
i.fa.fa-eye-slash title='Hide'
|
||||||
.media-box__content.flex.flex--centered.flex--center-distributed class=size_class
|
.media-box__content.flex.flex--centered.flex--center-distributed class=size_class
|
||||||
= render PhilomenaWeb.ImageView, "_image_container.html", image: @image, size: @size
|
= render PhilomenaWeb.ImageView, "_image_container.html", image: @image, size: @size, conn: @conn
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
.block__content.js-resizable-media-container
|
.block__content.js-resizable-media-container
|
||||||
= for image <- @images do
|
= for image <- @images do
|
||||||
= render PhilomenaWeb.ImageView, "_image_box.html", image: image, size: assigns[:size] || :thumb
|
= render PhilomenaWeb.ImageView, "_image_box.html", image: image, size: assigns[:size] || :thumb, conn: @conn
|
||||||
|
|
||||||
.block__header.block__header--light.flex
|
.block__header.block__header--light.flex
|
||||||
= pagination
|
= pagination
|
||||||
|
|
Loading…
Reference in a new issue