2
0
Эх сурвалжийг харах

- [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 жил өмнө
parent
commit
e9f449e680

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