diff options
Diffstat (limited to 'resources/views/edit/reorder-media.phtml')
| -rw-r--r-- | resources/views/edit/reorder-media.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/edit/reorder-media.phtml b/resources/views/edit/reorder-media.phtml index 47d85bed15..8c6af7ce5e 100644 --- a/resources/views/edit/reorder-media.phtml +++ b/resources/views/edit/reorder-media.phtml @@ -23,12 +23,12 @@ <p> <button class="btn btn-primary" type="submit"> - <?= FontAwesome::decorativeIcon('save') ?> + <?= view('icons/save') ?> <?= /* I18N: A button label. */ I18N::translate('save') ?> </button> <a class="btn btn-secondary" href="<?= e($individual->url()) ?>"> - <?= FontAwesome::decorativeIcon('cancel') ?> + <?= view('icons/cancel') ?> <?= /* I18N: A button label. */ I18N::translate('cancel') ?> </a> </p> |
