mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 02:52:44 +08:00
FIX: Put back the back button fix again.
This commit is contained in:
parent
c3477cd40d
commit
3905778fc0
|
@ -36,7 +36,7 @@ export default createWidget('hamburger-menu', {
|
||||||
const { currentUser } = this;
|
const { currentUser } = this;
|
||||||
|
|
||||||
const links = [{ route: 'admin', className: 'admin-link', icon: 'wrench', label: 'admin_title' },
|
const links = [{ route: 'admin', className: 'admin-link', icon: 'wrench', label: 'admin_title' },
|
||||||
{ href: '/admin/flags',
|
{ href: '/admin/flags/active',
|
||||||
className: 'flagged-posts-link',
|
className: 'flagged-posts-link',
|
||||||
icon: 'flag',
|
icon: 'flag',
|
||||||
label: 'flags_title',
|
label: 'flags_title',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user