Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 997069ee authored by Abel Santos's avatar Abel Santos
Browse files

OEL-779: Fix icon at links for authentication and language blocks.

parent 2303de2b
No related branches found
No related tags found
2 merge requests!64Update epic user profile,!63OEL-779: Update templates to use new pattern definitions
......@@ -19,11 +19,9 @@
{{ pattern('link', {
label: link_title,
path: content['#url']|render,
icon: {
name: 'person-fill',
size: 'xs'
},
icon: 'person-fill',
icon_position: 'before',
standalone: true,
attributes: extra_attributes
}) }}
</li>
......@@ -35,11 +35,9 @@
{{ pattern('link', {
label: link_title,
path: _language.link.href,
icon: {
name: 'chat-left-dots-fill',
size: 'xs'
},
icon: 'chat-left-dots-fill',
icon_position: 'before',
standalone: true,
attributes: extra_attributes
}) }}
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment