# HG changeset patch # User Goffi # Date 1613824635 -3600 # Node ID 75f1cd6da46e66f4be0664a5e4c8ee57f9ac5413 # Parent 1c330913ff1359b930c0082c4493648d434f99e6 bulma (components/block): new `data` and `delete_icon` arguments in `icon_item` diff -r 1c330913ff13 -r 75f1cd6da46e sat_templates/templates/bulma/components/block.html --- a/sat_templates/templates/bulma/components/block.html Thu Jan 28 18:42:59 2021 +0100 +++ b/sat_templates/templates/bulma/components/block.html Sat Feb 20 13:37:15 2021 +0100 @@ -16,12 +16,15 @@ {% endmacro %} -{% macro icon_item(icon_name, label, url, class="") %} -
+{% macro icon_item(icon_name, label, url, class="", delete_icon=false, data=none) %} +