mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
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
|
||||
a(href="#system-settings" data-toggle="tab" data-i18n="editor.level_component_settings")#system-settings-tab Settings
|
||||
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
|
||||
if !me.isAdmin()
|
||||
|
|
Loading…
Reference in a new issue