move links
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
bfd69d6f04
commit
530b3fa3c3
|
@ -53,8 +53,13 @@
|
||||||
:value="member.pending_payment"
|
:value="member.pending_payment"
|
||||||
fallback=""
|
fallback=""
|
||||||
></v-label>
|
></v-label>
|
||||||
<actions :member="member" @sidebar="openSidebar(index, $event)" @remove="remove(member)"></actions>
|
|
||||||
</div>
|
</div>
|
||||||
|
<actions
|
||||||
|
class="mt-2"
|
||||||
|
:member="member"
|
||||||
|
@sidebar="openSidebar(index, $event)"
|
||||||
|
@remove="remove(member)"
|
||||||
|
></actions>
|
||||||
<div class="absolute right-0 top-0 h-full flex items-center mr-2">
|
<div class="absolute right-0 top-0 h-full flex items-center mr-2">
|
||||||
<i-link :href="member.links.show" v-tooltip="`Details`"
|
<i-link :href="member.links.show" v-tooltip="`Details`"
|
||||||
><svg-sprite src="chevron-down" class="w-6 h-6 text-teal-100 -rotate-90"></svg-sprite
|
><svg-sprite src="chevron-down" class="w-6 h-6 text-teal-100 -rotate-90"></svg-sprite
|
||||||
|
|
Loading…
Reference in New Issue