add back button to create tag page

This commit is contained in:
Gamebrary 2022-08-12 08:04:26 -07:00
parent d619ac9796
commit 765c2a5b87

View file

@ -1,7 +1,17 @@
<template lang="html">
<b-container fluid>
<portal to="pageTitle">
Create tag
<div>
<b-button
variant="light"
class="mr-2"
:to="{ name: 'tags' }"
>
<i class="fa-solid fa-chevron-left" />
</b-button>
Create tag
</div>
</portal>
<form @submit.prevent="submit">