diff options
author | Vitaly Takmazov | 2017-10-22 16:15:23 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-22 16:15:23 +0300 |
commit | 000243bc8f2452c80163a1237289f1acf3146c1c (patch) | |
tree | b3bcb2e0d744c45d9efa5f7fd7bbae33a9a562e7 /juick-www/src/main/webapp | |
parent | 6ef236e65a14e7a424d1312a4e1fc4788bd41e40 (diff) |
www: ei-eye
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html index 72e5cce0..cb417c1e 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -8,6 +8,7 @@ </div> <div class="msg-ts"> <a href="/{{ msg.user.name }}/{{ msg.mid }}"> + <i data-icon="ei-eye" data-size="s"></i> <time itemprop="datePublished dateModified" itemtype="http://schema.org/Date" datetime="{{ msg.timestamp | timestamp | date('yyyy-MM-dd HH:mm:ss') }}Z" title="{{ msg.timestamp | timestamp | date('yyyy-MM-dd HH:mm:ss') }} GMT"> {{ msg.timestamp | prettyTime }} |