mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Moves Create and Cancel References to Actions Namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.form-buttons.filter-actions.actions
|
||||
= button t(:create), 'icon-ok'
|
||||
= button t('actions.create'), 'icon-ok'
|
||||
%span.or= t(:or)
|
||||
= button_link_to t(:cancel), collection_url, icon: 'icon-remove'
|
||||
= button_link_to t('actions.cancel'), collection_url, icon: 'icon-remove'
|
||||
|
||||
Reference in New Issue
Block a user