diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-16 23:06:06 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-16 23:06:06 +0200 |
commit | 80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48 (patch) | |
tree | f3733a30cecfc44c51c1d3b853bfdf3cab461785 /client/components/main/editor.jade | |
parent | 758d350f78d46e1884b14105800f8b6e302299e2 (diff) | |
download | wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.tar.gz wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.tar.bz2 wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.zip |
Merge, move, and rename the main stylus file
Also fixes #185
Diffstat (limited to 'client/components/main/editor.jade')
-rw-r--r-- | client/components/main/editor.jade | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client/components/main/editor.jade b/client/components/main/editor.jade index c910b052..f10d64a1 100644 --- a/client/components/main/editor.jade +++ b/client/components/main/editor.jade @@ -7,7 +7,8 @@ template(name="editor") +Template.contentBlock template(name="viewer") - +mentions - +emoji - +markdown - {{> UI.contentBlock }} + .viewer + +mentions + +emoji + +markdown + {{> UI.contentBlock }} |