diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 16:59:12 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 16:59:12 +0100 |
commit | 235212c45184916c76bf05508000d652fd84cd19 (patch) | |
tree | b2f1777766404d1ef54836e4445a35fbb9096eea /app/index.html | |
parent | 403359cf6986b9c0f8c69f144cd36974d61a2370 (diff) | |
download | Surfer-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.html | 2 |
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> |