diff options
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index a9d6d058..e2a38939 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -16,7 +16,7 @@ <div class="msg-ts"> <a href="/{{ msg.getUser().getName() }}/{{ msg.getMid() }}"> <time> - {{ msg.getDate() }} + {{ msg.getDate() | prettyTime }} </time> </a> </div> |