summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-23 21:35:55 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-23 21:35:55 +0200
commit4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc (patch)
tree1e45710a982ebe389723bf3743877401fbbae819 /client
parent5160d59d79fe4bd7a88e9645841ec0c6ff997d09 (diff)
parent97beed6fd11b875faf4d6ca28868fa724f456772 (diff)
downloadwekan-4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc.tar.gz
wekan-4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc.tar.bz2
wekan-4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client')
-rw-r--r--client/components/main/layouts.jade10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index 9908f12e..c762b321 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -7,10 +7,10 @@ head
where the application is deployed with a path prefix, but it seems to be
difficult to do that cleanly with Blaze -- at least without adding extra
packages.
- link(rel="shortcut icon" href="/favicon.png")
- link(rel="apple-touch-icon" href="/favicon.png")
- link(rel="mask-icon" href="/logo-150.svg")
- link(rel="manifest" href="/manifest.json")
+ link(rel="shortcut icon" href="/wekan-favicon.png")
+ link(rel="apple-touch-icon" href="/wekan-favicon.png")
+ link(rel="mask-icon" href="/wekan-logo-150.svg")
+ link(rel="manifest" href="/wekan-manifest.json")
template(name="userFormsLayout")
section.auth-layout
@@ -20,7 +20,7 @@ template(name="userFormsLayout")
br
//else
// h1.at-form-landing-logo
- // img(src="{{pathFor '/logo.png'}}" alt="")
+ // img(src="{{pathFor '/wekan-logo.png'}}" alt="")
section.auth-dialog
+Template.dynamic(template=content)
if currentSetting.displayAuthenticationMethod