Fixed an error I made
This commit is contained in:
parent
28744264c5
commit
94a1b3c06f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ nav.navbar.navbar-default(role='navigation')
|
||||||
li
|
li
|
||||||
a(href="#system-settings" data-toggle="tab" data-i18n="editor.level_component_settings")#system-settings-tab Settings
|
a(href="#system-settings" data-toggle="tab" data-i18n="editor.level_component_settings")#system-settings-tab Settings
|
||||||
li
|
li
|
||||||
a(href="#system-patches" data-toggle="tab" data-i18n="resources.patches" data-i18n="resources.patches")#system-patches-tab Patches
|
a(href="#system-patches" data-toggle="tab" data-i18n="resources.patches")#system-patches-tab Patches
|
||||||
|
|
||||||
ul.nav.navbar-nav.navbar-right
|
ul.nav.navbar-nav.navbar-right
|
||||||
if !me.isAdmin()
|
if !me.isAdmin()
|
||||||
|
|
Reference in a new issue