fix: discussions redesign

This commit is contained in:
pateljannat
2021-09-06 18:59:59 +05:30
parent 916e64d607
commit d657525359
17 changed files with 460 additions and 251 deletions

View File

@@ -0,0 +1,7 @@
{% if frappe.session.user != "Guest" and
(condition is not defined or (condition is defined and condition )) %}
<span class="button is-secondary reply">
New Discussion
<img src="/assets/community/icons/small-add-black.svg">
</span>
{% endif %}