File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <ActionButton v-if =" showArchived === false && isCurrentUserAssigned" icon =" icon-user" @click =" unassignCardFromMe()" >
3131 {{ t('deck', 'Unassign myself') }}
3232 </ActionButton >
33- <ActionButton icon =" icon-archive" @click =" archiveUnarchiveCard()" >
34- {{ showArchived ? t('deck', 'Unarchive card') : t('deck', 'Archive card') }}
35- </ActionButton >
36- <ActionButton v-if =" showArchived === false" icon =" icon-delete" @click =" deleteCard()" >
37- {{ t('deck', 'Delete card') }}
38- </ActionButton >
3933 <ActionButton icon =" icon-external" @click.stop =" modalShow=true" >
4034 {{ t('deck', 'Move card') }}
4135 </ActionButton >
4236 <ActionButton icon =" icon-settings-dark" @click =" openCard" >
4337 {{ t('deck', 'Card details') }}
4438 </ActionButton >
39+ <ActionButton icon =" icon-archive" @click =" archiveUnarchiveCard()" >
40+ {{ showArchived ? t('deck', 'Unarchive card') : t('deck', 'Archive card') }}
41+ </ActionButton >
42+ <ActionButton v-if =" showArchived === false" icon =" icon-delete" @click =" deleteCard()" >
43+ {{ t('deck', 'Delete card') }}
44+ </ActionButton >
4545 </Actions >
4646 </div >
4747 <Modal v-if =" modalShow" :title =" t('deck', 'Move card to another board')" @close =" modalShow=false" >
You can’t perform that action at this time.
0 commit comments