Mercurial > libervia-templates
comparison sat_templates/templates/bulma/forum/view.html @ 328:bfb0d5829728
bulma (forum): slight design improvment + new `New Topic` button
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 01 May 2021 18:47:35 +0200 |
parents | 40fccd3b7cf0 |
children | 3db3509cbad1 |
comparison
equal
deleted
inserted
replaced
327:6895500a42d6 | 328:bfb0d5829728 |
---|---|
6 {% import 'input/navigation.html' as navigation with context %} | 6 {% import 'input/navigation.html' as navigation with context %} |
7 | 7 |
8 {% block body %} | 8 {% block body %} |
9 | 9 |
10 | 10 |
11 <section class="section"> | 11 <section class="section has-background-white"> |
12 {{ blog.show_items(blog_items["items"], expanded=true) }} | 12 {{ blog.show_items(blog_items["items"], expanded=true) }} |
13 </section> | 13 </section> |
14 | 14 |
15 <section class="section"> | 15 <section class="section"> |
16 {{- textbox.comment_or_login(service=service, node=node, placeholder=_("Enter your message here")) -}} | 16 {{- textbox.comment_or_login(service=service, node=node, placeholder=_("Enter your message here")) -}} |