aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/page_display.tpl')
-rw-r--r--view/tpl/page_display.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl
index 589de0b41..2e87c68e3 100644
--- a/view/tpl/page_display.tpl
+++ b/view/tpl/page_display.tpl
@@ -10,8 +10,8 @@
<div class="page-date">{{$date}}</div>
<div class="page-body">{{$body}}</div>
{{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>
+ <div class="position-fixed bottom-0 end-0 m-3 z-1">
+ <a href="{{$edit_link}}" class="btn btn-lg btn-primary rounded-circle"><i class="bi bi-pencil"></i></a>
</div>
{{/if}}
</div>