pedagogy: better comment display on mobile

This commit is contained in:
2019-07-06 03:54:46 +02:00
parent 339497b2c2
commit a56a4e2cb8
2 changed files with 40 additions and 13 deletions

View File

@ -8,8 +8,9 @@
<span class="fa fa-star pedagogy star_not_checked"></span>
{% endif %}
{% endfor %}
<span class="pedagogy stars_grade not_rated">{{ grade + 1 }}/5</span>
{% else %}
<p class="not_rated"> {% trans %} not rated {% endtrans %} </p>
<span class="not_rated"> {% trans %} not rated {% endtrans %} </span>
{% endif %}
{%- endmacro %}