mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
propagate conn
This commit is contained in:
parent
0adfe58ab2
commit
0f21011049
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ defmodule PhilomenaWeb.ImageLoader do
|
|||
Enum.zip(dnp_bodies, tag.dnp_entries)
|
||||
|
||||
description =
|
||||
Renderer.render_one(%{body: tag.description || ""})
|
||||
Renderer.render_one(%{body: tag.description || ""}, conn)
|
||||
|
||||
[{tag, description, dnp_entries}]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue