Skip to content
Snippets Groups Projects
Commit b5c2abd5 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #805

parent 6b4719fb
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@
<div class="frame">
<span v-if="category != null"
class="category activefilter" title="<?= _('Aktiver Filter der Kategorie') ?>">
<span>{{ category }}</span>
<span id="oer_active_category">{{ category }}</span>
<a href="#"
@click.prevent="clearCategory"
class="erasefilter"
title="<?= _('Filter der Kategorie entfernen') ?>">
aria-describedby="oer_active_category"
aria-label="<?= _('Filter der Kategorie entfernen') ?>">
<studip-icon shape="decline" role="clickable" size="16" class="text-bottom"></studip-icon>
</a>
</span>
......
<template>
<input v-if="name" type="image" :name="name" :src="url"
:width="size" :height="size" v-bind="$attrs" v-on="$listeners">
<img v-else :src="url" :width="size" :height="size" v-bind="$attrs" v-on="$listeners">
<img v-else :src="url" alt='' :width="size" :height="size" v-bind="$attrs" v-on="$listeners">
</template>
<script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment