summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-08 10:58:49 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-08 10:58:49 +0300
commitd8554ec67e26b4e86c86ee83bb5332b1d5d70215 (patch)
treee73c7719c20f53e03c89942a29eccd40a63a55d9 /client/components/main
parenta43237d4f9a93381621f3f86f6b5701fce3c8d4d (diff)
downloadwekan-d8554ec67e26b4e86c86ee83bb5332b1d5d70215.tar.gz
wekan-d8554ec67e26b4e86c86ee83bb5332b1d5d70215.tar.bz2
wekan-d8554ec67e26b4e86c86ee83bb5332b1d5d70215.zip
Combine to same line.
Diffstat (limited to 'client/components/main')
-rw-r--r--client/components/main/layouts.jade3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index ac2e4bf3..7fd0492e 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -1,7 +1,6 @@
head
title
- meta(name="viewport"
- content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
+ meta(name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
meta(http-equiv="X-UA-Compatible" content="IE=edge")
//- XXX We should use pathFor in the following `href` to support the case
where the application is deployed with a path prefix, but it seems to be