html format other components

This commit is contained in:
Matteo Pagliazzi
2019-10-12 17:05:15 +02:00
parent 7b4671fbf9
commit f99e3fab8b
180 changed files with 6536 additions and 2894 deletions

View File

@@ -6,13 +6,15 @@
@click="action"
>
<div slot="content">
<div v-html="notification.data.message"></div><div class="notifications-buttons">
<div v-html="notification.data.message"></div>
<div class="notifications-buttons">
<div
class="btn btn-small btn-success"
@click.stop="approve()"
>
{{ $t('approve') }}
</div><div
</div>
<div
class="btn btn-small btn-warning"
@click.stop="needsWork()"
>