Skip to content
Snippets Groups Projects
Commit e3e4b302 authored by dcz's avatar dcz
Browse files

UIX

parent aae5f32f
Branches
Tags
No related merge requests found
......@@ -47,17 +47,18 @@ export default {
<template v-if="argument.preferences.length > 0" v-for='preference in argument.preferences'>
<div
v-if="preference.url != null"
class="preference py-2 px-1 preference-bold"
class="preference py-2 px-1"
>
<a class="synset-plwn" v-bind:href="preference.url" target="_blank">{{ preference.str }}</a>
<span v-if="preference.info" data-toggle="tooltip"
data-placement="bottom"
data-html="true"
:title="'definicja: <i>'+ preference.info +'</i>'"><img
:src="img_prefix + '/common/img/info.svg'" alt="info" width="14"
height="14">
</span>
</div>
<div v-else class="preference py-2 px-1 preference-bold">{{ preference.str }}</div>
<span v-if="preference.info" data-toggle="tooltip"
data-placement="bottom"
data-html="true"
:title="'definicja: <i>'+ preference.info +'</i>'"><img
:src="img_prefix + '/common/img/info.svg'" alt="info" width="14"
height="14"></span>
<div v-else class="preference py-2 px-1">{{ preference.str }}</div>
</template>
</td>
</template>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment