# HG changeset patch # User Goffi # Date 1619887655 -7200 # Node ID bfb0d5829728999a259c5a699373fefc1e7f72b1 # Parent 6895500a42d67e3eb95698f0fea8f594f35d6dea bulma (forum): slight design improvment + new `New Topic` button diff -r 6895500a42d6 -r bfb0d5829728 sat_templates/templates/bulma/forum/view.html --- a/sat_templates/templates/bulma/forum/view.html Sat May 01 18:46:51 2021 +0200 +++ b/sat_templates/templates/bulma/forum/view.html Sat May 01 18:47:35 2021 +0200 @@ -8,7 +8,7 @@ {% block body %} -
+
{{ blog.show_items(blog_items["items"], expanded=true) }}
diff -r 6895500a42d6 -r bfb0d5829728 sat_templates/templates/bulma/forum/view_topics.html --- a/sat_templates/templates/bulma/forum/view_topics.html Sat May 01 18:46:51 2021 +0200 +++ b/sat_templates/templates/bulma/forum/view_topics.html Sat May 01 18:47:35 2021 +0200 @@ -19,7 +19,14 @@ {% endif %} -
+
+
{% for topic in topics %}
@@ -37,13 +44,6 @@ {% endfor %}
- {% if profile %} -
- {% call textbox.textbox(service, node, placeholder=_("Your message"), submit_label=_("Create topic"), type="new_topic") %} - {{ field.text("title", placeholder=_("Your topic"), required=True) }} - {% endcall %} -
- {% endif %} {{ navigation.prev_next(_("older topics"), _("newer topics")) }} {% endblock body %}