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

Skip to content
Snippets Groups Projects
Commit eb95257b authored by escuriola's avatar escuriola
Browse files

OEL-1367: Fix pattern for button.

parent 910bbe90
No related branches found
No related tags found
2 merge requests!157OEL-1668: Update epic list pages.,!136OEL-1367: New Look & Feel for search form in search page and remove theming from block config form.
......@@ -9,14 +9,13 @@
{% set submit_button = pattern('button', {
'variant': 'primary',
'icon': 'search',
'label': 'Search'|t
'label': 'Search'|t,
'type': 'submit',
'icon_position': 'before',
'attributes': {
'id': 'submit',
'class': [
'border-start-0',
'rounded-0',
'rounded-end',
'bcl-search-form__submit',
'px-3',
],
},
......@@ -26,6 +25,9 @@
'#markup': submit_button|render,
})
%}
{% set element = element|merge({submit}) %}
<div class="bg-lighter py-4 py-lg-3">
<div class="container">
<div class="row">
......
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