浏览代码

- [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

Lauri Ojansivu 6 年之前
父节点
当前提交
e9f449e680
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      client/components/main/header.jade

+ 2 - 1
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")