mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-09 05:22:29 +02:00
Open github issues link in a new tab, fixes #71
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% if config.plugins.admin.show_beta_msg %}
|
||||
<div class="notice alert"><i class="fa fa-github"></i> <a href="https://github.com/getgrav/grav-plugin-admin/issues">{{ 'ADMIN_REPORT_ISSUE'|t }}</a></div>
|
||||
<div class="notice alert"><i class="fa fa-github"></i> <a href="https://github.com/getgrav/grav-plugin-admin/issues" target="_blank">{{ 'ADMIN_REPORT_ISSUE'|t }}</a></div>
|
||||
{% endif %}
|
||||
{% block content_bottom %}{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user