aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html
index ea14bc1..9e4901f 100644
--- a/app/index.html
+++ b/app/index.html
@@ -142,7 +142,7 @@
142 </th> 142 </th>
143 <th>{{ entry.filePath }}</th> 143 <th>{{ entry.filePath }}</th>
144 <th>{{ entry.size }}</th> 144 <th>{{ entry.size }}</th>
145 <th>{{ entry.mtime }}</th> 145 <th><span v-my-tooltip="foobar" data-toggle="tooltip" title="{{ entry.mtime }}">{{ entry.mtime | prettyDate }}</span></th>
146 <th style="text-align: right;"><button class="btn btn-sm btn-danger" v-on:click.stop="delAsk(entry)"><i class="fa fa-trash"></i></button></th> 146 <th style="text-align: right;"><button class="btn btn-sm btn-danger" v-on:click.stop="delAsk(entry)"><i class="fa fa-trash"></i></button></th>
147 </tr> 147 </tr>
148 </tbody> 148 </tbody>