Commit 91c0a6fa authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

Ajout du bouton 'go to parent collection' même au niveau de profondeur

parent 4a0ad9b8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7,6 +7,12 @@
    </v-btn>

    <v-btn v-if="path.length > 1" small :title="backTitle" @click="loadCollection(path[path.length-2])" class="mr-2">
      <v-icon @click="loadCollection(path[path.length-2])" >
        mdi-arrow-up
      </v-icon>
    </v-btn>

    <v-btn v-else-if="path.length===1" @click="goHome()" small class="mr-2">
      <v-icon>
        mdi-arrow-up
      </v-icon>