Fix bug & some refactor
This commit is contained in:
parent
4a00c13b33
commit
10232c5866
3 changed files with 10 additions and 10 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<div class="announcements block">
|
||||
<header>%fa:broadcast-tower% %i18n:@announcements%</header>
|
||||
<div>
|
||||
<div v-if="announcements && announcements.length > 0">
|
||||
<div v-for="announcement in announcements">
|
||||
<h1 v-html="announcement.title"></h1>
|
||||
<div v-html="announcement.text"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue