]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Merge breadcrumb and new directory button
authorJohannes Zellner <johannes@cloudron.io>
Sun, 5 Feb 2017 16:46:30 +0000 (08:46 -0800)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 5 Feb 2017 16:46:30 +0000 (08:46 -0800)
frontend/index.html

index c0a6a4e6a623fc530dc7f491e19f8c64571039d6..ba12d6308073d921b08e8eab200e01c6182cac9a 100644 (file)
                     <li v-for="part in pathParts">
                         <a href="{{ part.link }}">{{ part.name }}</a>
                     </li>
+                    <button class="btn btn-default btn-sm pull-right" v-on:click="createDirectoryAsk()">Create Directory</button>
                 </ol>
             </div>
-            <div class="col-lg-12" style="text-align: right;">
-                <button class="btn btn-default btn-sm" v-on:click="createDirectoryAsk()">Create Directory</button>
-            </div>
             <div class="col-lg-12">
                 <table class="table table-hover table-condensed">
                     <thead>