mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
Add back button to edit list page
This commit is contained in:
parent
d2ed641485
commit
a835144d30
1 changed files with 11 additions and 1 deletions
|
@ -5,7 +5,17 @@
|
|||
<!-- TODO: show search inline, allow to go full screen (search page) -->
|
||||
<b-container fluid class="p-0">
|
||||
<portal to="pageTitle">
|
||||
Edit list
|
||||
<div>
|
||||
<b-button
|
||||
:to="{ name: 'board', params: { id: board.id } }"
|
||||
variant="light"
|
||||
class="mr-2"
|
||||
>
|
||||
<i class="fa-solid fa-chevron-left" />
|
||||
</b-button>
|
||||
|
||||
Edit list
|
||||
</div>
|
||||
</portal>
|
||||
|
||||
<b-row v-if="list" no-gutters>
|
||||
|
|
Loading…
Reference in a new issue