File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
layouts/extension/extension-details Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<span id =" {{ oUIBlock.GetId () }}"
22 class =" {{ oUIBlock.GetBlocksInheritanceCSSClassesAsString () }} {{ oUIBlock.GetAdditionalCSSClassesAsString () }} ibo-is-{{ oUIBlock.GetColor () }}"
33 {% if oUIBlock.GetTooltip () is not empty %}
4- data-tooltip-content =" {{ oUIBlock.GetTooltip () }}"
5- {% endif %}
4+ data-tooltip-content =" {{ oUIBlock.GetTooltip () }}"
5+ {% endif %}
66>
77 {{ oUIBlock.GetLabel () }}
88</span >
Original file line number Diff line number Diff line change 1010 </div >
1111 <div class =" ibo-extension-details--information--metadata" >
1212 {% for sMetaData in oUIBlock.GetMetaData () %}
13- <span >{{ sMetaData }}</span >
13+ <span >{{ sMetaData }}</span >
1414 {% endfor %}
1515 </div >
1616 <div class =" ibo-extension-details--information--description" >
You can’t perform that action at this time.
0 commit comments