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

UIX

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