mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 22:00:25 -04:00
parent
888ee6c0bb
commit
b113e126a3
1 changed files with 4 additions and 3 deletions
|
@ -28,9 +28,10 @@ nav.navbar.navbar-default(role='navigation')
|
|||
span.glyphicon.glyphicon-eye-close
|
||||
span.spl Unwatch
|
||||
|
||||
li#patch-component-button
|
||||
a(data-i18n="common.submit_patch") Submit Patch
|
||||
if me.isAdmin()
|
||||
if !component.hasWriteAccess()
|
||||
li#patch-component-button
|
||||
a(data-i18n="common.submit_patch") Submit Patch
|
||||
if !me.get('anonymous')
|
||||
li#create-new-component-button
|
||||
a(data-i18n="editor.level_component_b_new") Create New Component
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue