File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1616 <div class =" d-sm-flex" >
1717 <div class =" my-2 flex-grow-1" >{% if icon ._meta .tags | length > 0 %}<strong >Tags:</strong > {{ icon ._meta .tags | join (' , ' ) }}{% endif %}</div >
1818 {%- if icon ._meta .changes | length > 0 -%}
19- <div class =" my-2 ms-sm-3" >Introduced in <a href =" https://github.com/TYPO3/TYPO3.Icons/releases/tag/{{ icon ._meta .changes .0 }}" target =" _blank" rel =" noopener" >v{{ icon ._meta .changes .0 }}</a ></div >
19+ <div class =" my-2 ms-sm-3" >Introduced in <a href =" https://github.com/TYPO3/TYPO3.Icons/releases/tag/v {{ icon ._meta .changes .0 }}" target =" _blank" rel =" noopener" >v{{ icon ._meta .changes .0 }}</a ></div >
2020 {%- set available = false -%}
2121 {%- for typo3version , version in typo3 .versions -%}
2222 {%- if version in icon ._meta .changes %}{% set available = true %}{% endif -%}
You can’t perform that action at this time.
0 commit comments