Merge branch 'feature/783' of github.com:tainacan/tainacan into feature/783
This commit is contained in:
commit
6bd4dd5dd1
|
@ -235,17 +235,17 @@
|
||||||
<router-link
|
<router-link
|
||||||
tag="a"
|
tag="a"
|
||||||
:to="{ path: $routerHelper.getCollectionMappersPath(collection.id) }"
|
:to="{ path: $routerHelper.getCollectionMappersPath(collection.id) }"
|
||||||
:aria-label="$i18n.get('label_collection_mappers')">
|
:aria-label="$i18n.get('mappers')">
|
||||||
<span
|
<span
|
||||||
v-tooltip.bottom="{
|
v-tooltip.bottom="{
|
||||||
content: $i18n.getFrom('mappers'),
|
content: $i18n.get('mappers'),
|
||||||
autoHide: true,
|
autoHide: true,
|
||||||
popperClass: ['tainacan-tooltip', 'tooltip']
|
popperClass: ['tainacan-tooltip', 'tooltip']
|
||||||
}"
|
}"
|
||||||
class="icon">
|
class="icon">
|
||||||
<i class="tainacan-icon tainacan-icon-1-25em tainacan-icon-processes tainacan-icon-rotate-90"/>
|
<i class="tainacan-icon tainacan-icon-1-25em tainacan-icon-processes tainacan-icon-rotate-90"/>
|
||||||
</span>
|
</span>
|
||||||
<!-- <span class="menu-text">{{ $i18n.getFrom('mappers') }}</span> -->
|
<!-- <span class="menu-text">{{ $i18n.get('mappers') }}</span> -->
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="$userCaps.hasCapability('tnc_rep_read_logs') && !$adminOptions.hideHomeCollectionActivitiesButton">
|
<li v-if="$userCaps.hasCapability('tnc_rep_read_logs') && !$adminOptions.hideHomeCollectionActivitiesButton">
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
<router-link
|
<router-link
|
||||||
tag="a"
|
tag="a"
|
||||||
:to="{ path: collection && collection.id ? $routerHelper.getCollectionMappersPath(collection.id) : ''}"
|
:to="{ path: collection && collection.id ? $routerHelper.getCollectionMappersPath(collection.id) : ''}"
|
||||||
:aria-label="$i18n.get('label_collection_mappers')">
|
:aria-label="$i18n.get('mappers')">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<i class="tainacan-icon tainacan-icon-1-25em tainacan-icon-processes tainacan-icon-rotate-90"/>
|
<i class="tainacan-icon tainacan-icon-1-25em tainacan-icon-processes tainacan-icon-rotate-90"/>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue