mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Update edit.jade
This commit is contained in:
parent
3ab5ee22c9
commit
e609ea7c5c
1 changed files with 6 additions and 6 deletions
|
@ -44,10 +44,10 @@ block header
|
|||
span.navbar-brand #{level.attributes.name}
|
||||
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
li#undo-button(title="Undo (Ctrl+Z)")
|
||||
li#undo-button(data-i18n="[title]general.undo", title="Undo (Ctrl+Z)")
|
||||
a
|
||||
span.glyphicon-arrow-left.glyphicon
|
||||
li#redo-button(title="Redo (Ctrl+Shift+Z)")
|
||||
li#redo-button(data-i18n="[title]general.redo", title="Redo (Ctrl+Shift+Z)")
|
||||
a
|
||||
span.glyphicon-arrow-right.glyphicon
|
||||
if authorized
|
||||
|
@ -72,14 +72,14 @@ block header
|
|||
a.play-with-team-button(data-team=match.yourTeam, data-opponent=match.opponentSessionID)= match.yourTeam + ' vs. ' + match.opponentName
|
||||
|
||||
else
|
||||
li(title="⌃↩ or ⌘↩: Play preview of current level")#play-button
|
||||
li(data-i18n="[title]general.play_preview", title="Play preview of current level")#play-button
|
||||
a
|
||||
span.glyphicon-play.glyphicon
|
||||
li.dropdown
|
||||
a(data-toggle='dropdown')
|
||||
span.glyphicon-chevron-down.glyphicon
|
||||
ul.dropdown-menu
|
||||
li.dropdown-header Actions
|
||||
li.dropdown-header(data-i18n="common.actions") Actions
|
||||
li
|
||||
a#level-watch-button
|
||||
span.watch
|
||||
|
@ -98,11 +98,11 @@ block header
|
|||
li(class=anonymous ? "disabled": "")
|
||||
a(data-i18n="editor.pop_i18n")#pop-level-i18n-button Populate i18n
|
||||
li.divider
|
||||
li.dropdown-header Info
|
||||
li.dropdown-header(data-i18n="common.info") Info
|
||||
li#level-history-button
|
||||
a(href='#', data-i18n="general.version_history") Version History
|
||||
li.divider
|
||||
li.dropdown-header Help
|
||||
li.dropdown-header(data-i18n="common.help") Help
|
||||
li
|
||||
a(href='https://github.com/codecombat/codecombat/wiki/Artisan-Home', data-i18n="editor.wiki", target="_blank") Wiki
|
||||
li
|
||||
|
|
Loading…
Add table
Reference in a new issue