aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
diff options
context:
space:
mode:
authorGravatar you2017-05-27 13:43:47 +0300
committerGravatar you2017-05-27 13:43:47 +0300
commit97e743385c94ac8a6084726d499c33373e255177 (patch)
tree0077987e3ecabe939f5a0595b07a6ca4ca25577b /juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
parent6273f6ae0842f34b0c6863cf98b6f6c4cd3cd314 (diff)
juick-www: cleanup templates
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/pm_sent.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/pm_sent.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html b/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
index 5a3daa1d..cd1a4a94 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
@@ -15,13 +15,13 @@
<li class="msg">
<div class="msg-cont">
<div class="msg-header">
- @<a href="/{{ msg.getUser().getName() }}/">{{ msg.getUser().getName() }}</a>:
+ @<a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a>:
<div class="msg-avatar">
- <a href="/{{ msg.getUser().getName() }}/">
- <img src="//i.juick.com/a/{{ msg.getUser().getUID() }}.png" alt="{{ msg.getUser().getName() }}"/>
+ <a href="/{{ msg.user.name }}/">
+ <img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/>
</a>
</div>
- <div class="msg-ts">{{ msg.getDate() }}</div>
+ <div class="msg-ts">{{ msg.date }}</div>
</div>
<div class="msg-txt">{{ msg | formatMessage }}</div>
</div>