aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/views/thread.html')
-rw-r--r--juick-www/src/main/resources/templates/views/thread.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/juick-www/src/main/resources/templates/views/thread.html b/juick-www/src/main/resources/templates/views/thread.html
index ae429365..5981bd10 100644
--- a/juick-www/src/main/resources/templates/views/thread.html
+++ b/juick-www/src/main/resources/templates/views/thread.html
@@ -6,8 +6,7 @@
<div class="msg-cont" itemscope="" itemtype="http://schema.org/BlogPosting" itemref="org">
<div class="msg-header">
<div class="msg-avatar">
- <a href="/{{ msg.user.name }}/">
- <img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/></a>
+ <a href="/{{ msg.user.name }}/"><img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/></a>
</div>
<span itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<a itemprop="url" rel="author" href="/{{ msg.user.name }}/"><span itemprop="name">{{ msg.user.name }}</span></a>
@@ -64,24 +63,24 @@
<span>&nbsp;{{ i18n("messages","message.share") }}</span>
</a>
{% if visitor.uid > 0 %}
- {% if visitor.uid != msg.user.uid %}
- {% if visitorSubscribed %}
+ {% if visitor.uid != msg.user.uid %}
+ {% if visitorSubscribed %}
<a href="/post?body=U+%23{{ msg.mid }}" class="msg-button">
<i data-icon="ei-check" data-size="s"></i>
<span>&nbsp;{{ i18n("messages","message.subscribed") }}</span>
</a>
- {% else %}
+ {% else %}
<a href="/post?body=S+%23{{ msg.mid }}" class="msg-button">
<i data-icon="ei-eye" data-size="s"></i>
<span>&nbsp;{{ i18n("messages","message.subscribe") }}</span>
</a>
- {% endif %}
- {% else %}
+ {% endif %}
+ {% else %}
<a href="/post?body=D+%23{{ msg.mid }}" class="msg-button">
<i data-icon="ei-close" data-size="s"></i>
<span>&nbsp;{{ i18n("messages","message.delete") }}</span>
</a>
- {% endif %}
+ {% endif %}
{% endif %}
{% if msg.FriendsOnly %}
<a href="#" class="a-privacy">Открыть доступ</a>