mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
use the actual assign
This commit is contained in:
parent
8b220775bb
commit
fee56de1d7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ defmodule PhilomenaWeb.PageController do
|
|||
end
|
||||
|
||||
def show(conn, _params) do
|
||||
render(conn, "show.html", title: conn.assigns.page.title)
|
||||
render(conn, "show.html", title: conn.assigns.static_page.title)
|
||||
end
|
||||
|
||||
def new(conn, _params) do
|
||||
|
|
Loading…
Reference in a new issue