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

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

OEL-543: Remove template for views-exposed-form.

parent 30d268e8
No related branches found
No related tags found
1 merge request!27OEL-543: Styling components.
{#
/**
* @file
* Template for a 'form' element.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the form.
*
* @see template_preprocess_form()
*
* @ingroup themeable
*/
#}
{%
set classes = [
'float-lg-end',
'd-md-block',
]
%}
<form{{ attributes.addClass(classes) }}>
{{ children }}
</form>
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