aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-04 13:15:56 +0300
committerGravatar Vitaly Takmazov2017-05-05 12:07:33 +0300
commit1263d0268707b5505c1eb55796c0664f283818eb (patch)
tree49ae0e0bbecdf6863e65b382c0d17a1498c65ecf /juick-www/src/main/webapp
parent9c2dfaa34c93ee5bf24093c95cff7d4b77b4ecb5 (diff)
juick-www: pebble pretty time filter
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/index.html2
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>