diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/thread.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 030e4688..5f1cb148 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -4,7 +4,7 @@ <ul> <li id="msg-{{ msg.mid }}" class="msg msgthread"> <div class="msg-cont"> - <div class="msg-menu"><a href="#"></a></div> + <div class="msg-menu"><a href="#"><i data-icon="ei-link" data-size="s"></i></a></div> <div class="msg-ts"><a href="/{{ msg.user.name }}/{{ msg.mid }}"> <time datetime="{{ msg.date | date('yyyy-MM-dd HH:mm:ss') }}Z" title="{{ msg.date | date('yyyy-MM-dd HH:mm:ss') }} GMT"> |