aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/index.html
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2016-03-01 16:59:12 +0100
committerJohannes Zellner <johannes@nebulon.de>2016-03-01 16:59:12 +0100
commit235212c45184916c76bf05508000d652fd84cd19 (patch)
treeb2f1777766404d1ef54836e4445a35fbb9096eea /app/index.html
parent403359cf6986b9c0f8c69f144cd36974d61a2370 (diff)
downloadSurfer-235212c45184916c76bf05508000d652fd84cd19.tar.gz
Surfer-235212c45184916c76bf05508000d652fd84cd19.tar.zst
Surfer-235212c45184916c76bf05508000d652fd84cd19.zip
Add some pretty date
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>