]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - app/index.html
Add some pretty date
[perso/Immae/Projets/Nodejs/Surfer.git] / app / index.html
index ea14bc123b08ad135d56f5774579f9f02345ea03..9e4901f5001c52b16649fee908b66428ba5dfe3e 100644 (file)
                             </th>
                             <th>{{ entry.filePath }}</th>
                             <th>{{ entry.size }}</th>
-                            <th>{{ entry.mtime }}</th>
+                            <th><span v-my-tooltip="foobar" data-toggle="tooltip" title="{{ entry.mtime }}">{{ entry.mtime | prettyDate }}</span></th>
                             <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>
                         </tr>
                     </tbody>