diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-09-14 15:57:38 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-09-14 15:57:38 +0300 |
commit | e9f449e6800cbd5043ef5ab342b450d90d66fac1 (patch) | |
tree | 5483db3de98cb02e70e695af39af785f3083e13f /client/components | |
parent | 2e7a31f872e662c9952b1d7b7cad1686ef5efdc2 (diff) | |
download | wekan-e9f449e6800cbd5043ef5ab342b450d90d66fac1.tar.gz wekan-e9f449e6800cbd5043ef5ab342b450d90d66fac1.tar.bz2 wekan-e9f449e6800cbd5043ef5ab342b450d90d66fac1.zip |
- [Allow Announcement to be markdown](https://github.com/wekan/wekan/issues/1892).
Note: xet7 did not yet figure out how to keep announcement on one line
when markdown was added, so now Font Awesome icons are above and below.
Thanks to xet7 !
Closes #1892
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/main/header.jade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/main/header.jade b/client/components/main/header.jade index dd071b3e..2751c0cc 100644 --- a/client/components/main/header.jade +++ b/client/components/main/header.jade @@ -66,7 +66,8 @@ template(name="header") .announcement p i.fa.fa-bullhorn - | #{announcement} + +viewer + | #{announcement} i.fa.fa-times-circle.js-close-announcement template(name="offlineWarning") |