projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1097ce6
)
Minor setting name adjustment (:app_template -> :app_layout).
author
Ivan Tashkinov
<ivantashkinov@gmail.com>
Fri, 22 Feb 2019 08:10:17 +0000
(11:10 +0300)
committer
Ivan Tashkinov
<ivantashkinov@gmail.com>
Fri, 22 Feb 2019 08:10:17 +0000
(11:10 +0300)
lib/pleroma/web/web.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/web.ex
b/lib/pleroma/web/web.ex
index 4f618743df776535231bd4ddd633c952d67606e5..4bf07a6ef6eba6d6207a70532ec59507a125dc96 100644
(file)
--- a/
lib/pleroma/web/web.ex
+++ b/
lib/pleroma/web/web.ex
@@
-27,7
+27,7
@@
defmodule Pleroma.Web do
import Pleroma.Web.Gettext
import Pleroma.Web.Router.Helpers
- plug(:put_layout, Application.get_env(:pleroma, :app_
template
, "app.html"))
+ plug(:put_layout, Application.get_env(:pleroma, :app_
layout
, "app.html"))
end
end