Skip to content

Commit

Permalink
EZP-31947: Added correct class for button 'Select Content Item' in co…
Browse files Browse the repository at this point in the history
…ntent view -> locations (#1543)
  • Loading branch information
lucasOsti authored Sep 30, 2020
1 parent c03a5f5 commit 7667970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ 'tab.locations.swap_with_another'|trans()|desc('Swap the Content item at this Location with another') }}
{{ form_widget(form.swap, {'attr': {
'disabled': not can_swap,
'class': 'btn-outline-secondary btn--udw-swap ml-5',
'class': 'ez-btn ez-btn--secondary btn--udw-swap ml-5',
'data-udw-config': ez_udw_config('single_container', {})
}}) }}
{{ form_widget(form.current_location) }}
Expand Down

0 comments on commit 7667970

Please # to comment.