aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display_empty.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/page_display_empty.tpl')
-rw-r--r--view/tpl/page_display_empty.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/page_display_empty.tpl b/view/tpl/page_display_empty.tpl
index 5a3bdc530..c24fe08e5 100644
--- a/view/tpl/page_display_empty.tpl
+++ b/view/tpl/page_display_empty.tpl
@@ -1,6 +1,6 @@
{{$body}}
{{if $edit_link}}
<div class="position-fixed bottom-0 end-0 m-3">
- <a href="{{$edit_link}}" class="btn btn-lg btn-primary rounded-circle"><i class="fa fa-pencil"></i></a>
+ <a href="{{$edit_link}}" class="btn btn-lg btn-primary rounded-circle z-1"><i class="bi bi-pencil"></i></a>
</div>
{{/if}}