mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 06:48:50 +02:00
N°8955 Fix indentation
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<span id="{{ oUIBlock.GetId() }}"
|
<span id="{{ oUIBlock.GetId() }}"
|
||||||
class="{{ oUIBlock.GetBlocksInheritanceCSSClassesAsString() }} {{ oUIBlock.GetAdditionalCSSClassesAsString() }} ibo-is-{{ oUIBlock.GetColor() }}"
|
class="{{ oUIBlock.GetBlocksInheritanceCSSClassesAsString() }} {{ oUIBlock.GetAdditionalCSSClassesAsString() }} ibo-is-{{ oUIBlock.GetColor() }}"
|
||||||
{% if oUIBlock.GetTooltip() is not empty %}
|
{% if oUIBlock.GetTooltip() is not empty %}
|
||||||
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
|
data-tooltip-content="{{ oUIBlock.GetTooltip() }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
>
|
>
|
||||||
{{ oUIBlock.GetLabel() }}
|
{{ oUIBlock.GetLabel() }}
|
||||||
</span>
|
</span>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ibo-extension-details--information--metadata">
|
<div class="ibo-extension-details--information--metadata">
|
||||||
{% for sMetaData in oUIBlock.GetMetaData() %}
|
{% for sMetaData in oUIBlock.GetMetaData() %}
|
||||||
<span>{{ sMetaData }}</span>
|
<span>{{ sMetaData }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="ibo-extension-details--information--description">
|
<div class="ibo-extension-details--information--description">
|
||||||
|
|||||||
Reference in New Issue
Block a user