diff options
author | Vitaly Takmazov | 2017-10-24 00:05:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-24 00:05:52 +0300 |
commit | c76b7d7bab94688cf33f6c7fd81dbd444f39e54b (patch) | |
tree | 8fae183f474b13b54b94506a17538286166032b1 /juick-www | |
parent | 84013142b50dfcf707d91b53a18aa9f1875bba3c (diff) |
www: ei-eye is subscribe image
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 1 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 3 |
2 files changed, 2 insertions, 2 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 045471f8..ea8aff04 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,7 +8,6 @@ </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 }} 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 9dfa958f..1b1e4384 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -56,7 +56,8 @@ </a> {% else %} <a href="/post?body=S+%23{{ msg.mid }}"> - <i data-icon="ei-plus" data-size="s"></i> {{ i18n("messages","message.subscribe") }} + <i data-icon="ei-eye" data-size="s"></i> + {{ i18n("messages","message.subscribe") }} </a> {% endif %} {% else %} |