Commit 3a05b202 by Johannes Zellner

Merge breadcrumb and new directory button

1 parent 9716e5b6
Showing with 1 additions and 3 deletions
...@@ -135,11 +135,9 @@ ...@@ -135,11 +135,9 @@
<li v-for="part in pathParts"> <li v-for="part in pathParts">
<a href="{{ part.link }}">{{ part.name }}</a> <a href="{{ part.link }}">{{ part.name }}</a>
</li> </li>
<button class="btn btn-default btn-sm pull-right" v-on:click="createDirectoryAsk()">Create Directory</button>
</ol> </ol>
</div> </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"> <div class="col-lg-12">
<table class="table table-hover table-condensed"> <table class="table table-hover table-condensed">
<thead> <thead>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!