Add link to Logster in "Logs" tab of admin panel

This commit is contained in:
riking 2014-08-20 14:40:16 -07:00
parent 4522451920
commit 50d4e283dc
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<li>{{#link-to 'adminLogs.screenedEmails'}}{{i18n admin.logs.screened_emails.title}}{{/link-to}}</li>
<li>{{#link-to 'adminLogs.screenedIpAddresses'}}{{i18n admin.logs.screened_ips.title}}{{/link-to}}</li>
<li>{{#link-to 'adminLogs.screenedUrls'}}{{i18n admin.logs.screened_urls.title}}{{/link-to}}</li>
<li><a href="/logs">{{i18n admin.logs.logster.title}}</a></li>
</ul>
</div>
</div>

View File

@ -1792,6 +1792,8 @@ en:
label: "New:"
ip_address: "IP address"
add: "Add"
logster:
title: "Error Logs"
impersonate:
title: "Impersonate User"