Another macro to set
This commit is contained in:
parent
29655e45dd
commit
c61f5f20bd
@ -29,14 +29,14 @@
|
|||||||
{{ name }}
|
{{ name }}
|
||||||
</span>
|
</span>
|
||||||
<span class="icon-link">
|
<span class="icon-link">
|
||||||
{% macro EditEnvironmentButton() %}
|
{% set edit_environment_button %}
|
||||||
{{ Icon('edit') }}
|
{{ Icon('edit') }}
|
||||||
{% endmacro %}
|
{% endset %}
|
||||||
|
|
||||||
{{
|
{{
|
||||||
ToggleButton(
|
ToggleButton(
|
||||||
open_html=EditEnvironmentButton(),
|
open_html=edit_environment_button,
|
||||||
close_html=EditEnvironmentButton(),
|
close_html=edit_environment_button,
|
||||||
section_name="edit"
|
section_name="edit"
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user