summaryrefslogtreecommitdiff
path: root/resources/views/edit/link-child-to-family.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-23 23:29:16 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-24 00:02:54 +0000
commitd993d560f991544b8dc49e013a8027c6fc967956 (patch)
tree9f255ae42f1df765d05babdcfe80466529c69bb8 /resources/views/edit/link-child-to-family.phtml
parent5edf1a448f62d454c87a7c9de603ad193d6626b1 (diff)
downloadwebtrees-d993d560f991544b8dc49e013a8027c6fc967956.tar.gz
webtrees-d993d560f991544b8dc49e013a8027c6fc967956.tar.bz2
webtrees-d993d560f991544b8dc49e013a8027c6fc967956.zip
Working on icons
Diffstat (limited to 'resources/views/edit/link-child-to-family.phtml')
-rw-r--r--resources/views/edit/link-child-to-family.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/edit/link-child-to-family.phtml b/resources/views/edit/link-child-to-family.phtml
index 452a0961ad..e91ffc1481 100644
--- a/resources/views/edit/link-child-to-family.phtml
+++ b/resources/views/edit/link-child-to-family.phtml
@@ -33,12 +33,12 @@
<div class="row form-group">
<div class="col-sm-9 offset-sm-3">
<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>