mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Fix formatting in some places
This commit is contained in:
parent
df3d894947
commit
f8ba3cf815
5 changed files with 12 additions and 12 deletions
|
@ -147,9 +147,9 @@
|
|||
|
||||
<!-- POST BODY -->
|
||||
<div class="post_body">{{ post.body|safe }}</div>
|
||||
{% if prefs.hide_score != "on" %}
|
||||
{% if prefs.hide_score != "on" %}
|
||||
<div class="post_score" title="{{ post.score.1 }}">{{ post.score.0 }}<span class="label"> Upvotes</span></div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="post_footer">
|
||||
<ul id="post_links">
|
||||
<li class="desktop_item"><a href="{{ post.permalink }}">permalink</a></li>
|
||||
|
@ -269,9 +269,9 @@
|
|||
<span>{% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %}</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if prefs.hide_score != "on" %}
|
||||
{% if prefs.hide_score != "on" %}
|
||||
<div class="post_score" title="{{ post.score.1 }}">{{ post.score.0 }}<span class="label"> Upvotes</span></div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="post_body post_preview">
|
||||
{{ post.body|safe }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue