Open the frontend in a new tab, fixes #20

This commit is contained in:
Flavio Copes
2015-08-07 12:17:40 +02:00
parent 79de53d310
commit 9d9d6a2f23

View File

@@ -1,6 +1,6 @@
<nav id="admin-sidebar">
<div id="admin-logo">
<h3><a href="{{ base_url_relative }}">Grav Admin</a> <a href="{{ base_url_relative_frontend }}"><i class="fa fa-fw fa-angle-double-right"></i></a></h3>
<h3><a href="{{ base_url_relative }}">Grav Admin</a> <a target="_blank" href="{{ base_url_relative_frontend }}"><i class="fa fa-fw fa-angle-double-right"></i></a></h3>
</div>
{#{% if admin.authorise %}#}