mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Use the cog in header dropdown menu admin link, not the wrench
This commit is contained in:
parent
550d423207
commit
e8eb60fe78
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
<section class='d-dropdown' id='site-map-dropdown'>
|
||||
<ul>
|
||||
{{#if Discourse.currentUser.admin}}
|
||||
<li><a href="/admin"><i class='icon-wrench'></i>{{i18n admin_title}}</a></li>
|
||||
<li><a href="/admin"><i class='icon-cog'></i>{{i18n admin_title}}</a></li>
|
||||
<li><a href="/admin/flags/active"><i class='icon-flag'></i>{{i18n flags_title}}</a></li>
|
||||
{{/if}}
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue