summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/layout/embed.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/templates/layout/embed.html.eex')
-rw-r--r--lib/pleroma/web/templates/layout/embed.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/layout/embed.html.eex b/lib/pleroma/web/templates/layout/embed.html.eex
index 8b905f070..1197288e5 100644
--- a/lib/pleroma/web/templates/layout/embed.html.eex
+++ b/lib/pleroma/web/templates/layout/embed.html.eex
@@ -10,6 +10,6 @@
<base target="_parent">
</head>
<body>
- <%= render @view_module, @view_template, assigns %>
+ <%= render Phoenix.Controller.view_module(@conn), Phoenix.Controller.view_template(@conn), assigns %>
</body>
</html>