diff options
author | Johannes Zellner <johannes@cloudron.io> | 2017-02-05 08:46:30 -0800 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2017-02-05 08:46:30 -0800 |
commit | 3a05b2028bc2f771c32edb76831740c03e9400b0 (patch) | |
tree | 6795c0c45b434fb1629cfeed79a08c06e679150a | |
parent | 9716e5b65e0eb6ee663939b5f3c772aded52827b (diff) | |
download | Surfer-3a05b2028bc2f771c32edb76831740c03e9400b0.tar.gz Surfer-3a05b2028bc2f771c32edb76831740c03e9400b0.tar.zst Surfer-3a05b2028bc2f771c32edb76831740c03e9400b0.zip |
Merge breadcrumb and new directory button
-rw-r--r-- | frontend/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/index.html b/frontend/index.html index c0a6a4e..ba12d63 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -135,11 +135,9 @@ | |||
135 | <li v-for="part in pathParts"> | 135 | <li v-for="part in pathParts"> |
136 | <a href="{{ part.link }}">{{ part.name }}</a> | 136 | <a href="{{ part.link }}">{{ part.name }}</a> |
137 | </li> | 137 | </li> |
138 | <button class="btn btn-default btn-sm pull-right" v-on:click="createDirectoryAsk()">Create Directory</button> | ||
138 | </ol> | 139 | </ol> |
139 | </div> | 140 | </div> |
140 | <div class="col-lg-12" style="text-align: right;"> | ||
141 | <button class="btn btn-default btn-sm" v-on:click="createDirectoryAsk()">Create Directory</button> | ||
142 | </div> | ||
143 | <div class="col-lg-12"> | 141 | <div class="col-lg-12"> |
144 | <table class="table table-hover table-condensed"> | 142 | <table class="table table-hover table-condensed"> |
145 | <thead> | 143 | <thead> |