diff options
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index eebba613..0e4eb6ba 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -25,13 +25,12 @@ {{ tags(msg.getUser().getName(), msg.getTags()) }} </div> </header> - + <p>{{ msg | formatMessage }}</p> {% if msg.AttachmentType is not empty %} <p class="ir"><a href="//i.juick.com/p/{{ msg.getMid() }}.{{ msg.AttachmentType }}" data-fname="{{ msg.getMid() }}.{{ msg.AttachmentType }}"> <img src="//i.juick.com/photos-512/{{ msg.getMid() }}.{{ msg.AttachmentType }}" alt=""/></a> </p> {% endif %} - <p>{{ msg | formatMessage }}</p> {% if msg.AttachmentType is not empty %} <div class="irbr"></div> {% endif %} @@ -78,4 +77,4 @@ {% if noindex %} <!--/noindex--> {% endif %} -{% endblock %}
\ No newline at end of file +{% endblock %} |