Fix bug & some refactor

This commit is contained in:
syuilo
2018-09-07 00:52:13 +09:00
parent 4a00c13b33
commit 10232c5866
3 changed files with 10 additions and 10 deletions

View File

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