Moves Create and Cancel References to Actions Namespace

This commit is contained in:
blainebillings
2020-02-04 09:34:28 -05:00
parent 9218008530
commit ef4aa488c3

View File

@@ -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'