Fixes star rating displays
This commit is contained in:
parent
49e94f8e8e
commit
a4d1985f86
13 changed files with 111 additions and 90 deletions
|
@ -1,8 +1,7 @@
|
|||
{% load fr_display %}
|
||||
|
||||
<div class="post {{ status.status_type | lower }} depth-{{ depth }} {% if main %}main{% else %}reply{% endif %}">
|
||||
|
||||
<h2>
|
||||
<div class="post{% if depth %}depth-{{ depth }} {% if main %}main{% else %}reply{% endif %}{% endif %}">
|
||||
<h2 class="level">
|
||||
{% if status.boosted_status %}
|
||||
{% include 'snippets/status_header.html' with status=status.boosted_status %}
|
||||
<small class="subhead">{% include 'snippets/status_header.html' with status=status %}</small>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue