tweak the title of the /admin/admins
page
This commit is contained in:
parent
46c431de31
commit
b8224d2ae8
@ -69,7 +69,7 @@
|
|||||||
% macro nav_admin()
|
% macro nav_admin()
|
||||||
{{ nav([
|
{{ nav([
|
||||||
('/', icon('index', "Index")),
|
('/', icon('index', "Index")),
|
||||||
('/admins', "Audit Log"),
|
('/admins', "Admin Log"),
|
||||||
('/cron', "Cron Jobs"),
|
('/cron', "Cron Jobs"),
|
||||||
('/debug', "Debugging"),
|
('/debug', "Debugging"),
|
||||||
('/emails', "Email Addresses"),
|
('/emails', "Email Addresses"),
|
||||||
|
@ -10,7 +10,7 @@ title = "Admin Tools"
|
|||||||
% block content
|
% block content
|
||||||
|
|
||||||
<dl class="card">
|
<dl class="card">
|
||||||
<dt><a href="/admin/admins">Audit Log</a></dt>
|
<dt><a href="/admin/admins">Admin Log</a></dt>
|
||||||
<dd>View a log of actions performed by admins.</dd>
|
<dd>View a log of actions performed by admins.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="card">
|
<dl class="card">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user