Use <button> instead of <a>

If you don't want to link somewhere, use a button instead of an anchor,
fellas. 😉
This commit is contained in:
roschaefer 2019-11-30 01:31:57 +01:00
parent 985d53e52b
commit 9fd895fc42

View File

@ -50,9 +50,9 @@
</ds-text>
<ds-space margin-top="xx-large" margin-bottom="x-small">
<counter-icon icon="flag" :count="report.filed.length">
<a @click="showFiledReports = !showFiledReports">
<ds-button ghost primary @click="showFiledReports = !showFiledReports">
{{ $t('moderation.reports.moreDetails') }}
</a>
</ds-button>
</counter-icon>
</ds-space>
</td>