Add button class for more links
This commit is contained in:
parent
54669479f5
commit
f386401aa2
1 changed files with 1 additions and 7 deletions
|
@ -19,10 +19,4 @@
|
||||||
* @see template_preprocess_container()
|
* @see template_preprocess_container()
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
{%
|
<div{{ attributes.addClass('button') }}>{{ children }}</div>
|
||||||
set classes = [
|
|
||||||
has_parent ? 'js-form-wrapper',
|
|
||||||
has_parent ? 'form-wrapper',
|
|
||||||
]
|
|
||||||
%}
|
|
||||||
<div{{ attributes.addClass(classes) }}>{{ children }}</div>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue