Mercurial > libervia-templates
diff default/forum/view_topics.html @ 133:0a0d9a953d98
css: some more refactoring
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 26 Mar 2018 08:13:53 +0200 |
parents | 4f27ce980ced |
children |
line wrap: on
line diff
--- a/default/forum/view_topics.html Mon Mar 26 08:13:53 2018 +0200 +++ b/default/forum/view_topics.html Mon Mar 26 08:13:53 2018 +0200 @@ -17,14 +17,14 @@ </div> {% endif %} {% if profile %} - <div class="forum_topic_create"> + <div class="forum__topic_create"> {% call textbox.textbox(service, node, placeholder=_("Your message"), submit_label=_("Create topic"), type="new_topic") %} {{ field.text("title", placeholder=_("Your topic (try to be short and explicit)"), required=True) }} {% endcall %} </div> {% endif %} - <div id="forum_topics"> + <div class="forum__topics"> {% for topic in topics %} <div> <a href="{{topic.http_uri}}">