]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/index.html
Add button to navigate back
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / index.html
index f7c5ab1ec4ab23853a895dfaba42caa73357a822..19fc217db8037209554b979999ae5713b0334a07 100644 (file)
@@ -40,6 +40,9 @@
       <div style="padding: 7px;">
         <span>Surfer</span>
       </div>
+      <div>
+        <el-button type="primary" size="small" icon="el-icon-arrow-left" v-show="pathParts.slice(-1).length" @click="onUp"></el-button>
+      </div>
       <div style="flex-grow: 2; padding: 0 7px;" v-show="session.valid">
         <el-breadcrumb separator-class="el-icon-arrow-right">
           <el-breadcrumb-item><a href="#/">Path /</a></el-breadcrumb-item>