Commit 4b6cf0ad by Johannes Zellner

Remove cluttered .. up table item

1 parent a6bb6a4b
Showing with 0 additions and 7 deletions
...@@ -150,13 +150,6 @@ ...@@ -150,13 +150,6 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr v-show="path !== '/'" v-on:click="up()" class="hand">
<th><i class="fa fa-chevron-up"></i></th>
<th>..</th>
<th></th>
<th></th>
<th></th>
</tr>
<tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> <tr v-for="entry in entries" v-on:click="open(entry)" class="hand">
<th> <th>
<img v-bind:src="entry.previewUrl" height="48px" width="48px"/> <img v-bind:src="entry.previewUrl" height="48px" width="48px"/>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!