Show poll-end notifications
Ref: poll-notif
This commit is contained in:
parent
c93adf2e9a
commit
df487e3980
2 changed files with 14 additions and 2 deletions
|
@ -120,6 +120,14 @@
|
|||
</i18n-t>
|
||||
</small>
|
||||
</span>
|
||||
<span v-if="notification.type === 'poll'">
|
||||
<FAIcon
|
||||
class="type-icon"
|
||||
icon="poll-h"
|
||||
/>
|
||||
{{ ' ' }}
|
||||
<small>{{ $t('notifications.poll_ended') }}</small>
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
v-if="isStatusNotification"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue