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