comparison default/forum/view_topics.html @ 128:4f27ce980ced

css: started to refactor CSS class to follow BEM conventions
author Goffi <goffi@goffi.org>
date Sat, 24 Mar 2018 11:14:14 +0100
parents 5f4e147e9895
children 0a0d9a953d98
comparison
equal deleted inserted replaced
127:27d6453a6209 128:4f27ce980ced
5 {% import 'components/avatar.html' as avatar with context %} 5 {% import 'components/avatar.html' as avatar with context %}
6 6
7 {% block body %} 7 {% block body %}
8 8
9 {% if not topics %} 9 {% if not topics %}
10 <div class="message_info"> 10 <div class="message--info">
11 {% trans %}There is not message yet in this forum.{% endtrans %} 11 {% trans %}There is not message yet in this forum.{% endtrans %}
12 {% if profile %} 12 {% if profile %}
13 {% trans %}You can start a topic of interest by filling this form.{% endtrans %} 13 {% trans %}You can start a topic of interest by filling this form.{% endtrans %}
14 {% else %} 14 {% else %}
15 {% trans %}You can login to create a new topic.{% endtrans %} 15 {% trans %}You can login to create a new topic.{% endtrans %}