mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-09-10 22:19:16 +02:00
Fix for plugin name mismatch (#1445)
This commit is contained in:
committed by
Andy Miller
parent
3b943c1987
commit
cfb7e4c56f
@@ -29,7 +29,7 @@
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% if authorize(['admin.maintenance', 'admin.super']) %}
|
||||
<li class="hint--bottom" data-hint="Add the 'quick-tray' plugin for more...">
|
||||
<li class="hint--bottom" data-hint="Add the 'quick-tray-links' plugin for more...">
|
||||
<a href="{{ base_url_relative ~ '/plugins/install' }}">
|
||||
<i class="fa fa-plus"></i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user