mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fix clan details html indentation
And reorder progress key.
This commit is contained in:
parent
254d6a9d6b
commit
bee5d53457
1 changed files with 73 additions and 73 deletions
|
@ -86,9 +86,9 @@ block content
|
|||
th(data-i18n="resources.hero") Hero
|
||||
th
|
||||
span.progress-header(data-i18n="clans.progress") Progress
|
||||
span.progress-key(data-i18n="clans.not_started_1") not started
|
||||
span.progress-key.progress-key-started(data-i18n="clans.started_1") started
|
||||
span.progress-key.progress-key-complete(data-i18n="clans.complete_1") complete
|
||||
span.progress-key.progress-key-started(data-i18n="clans.started_1") started
|
||||
span.progress-key(data-i18n="clans.not_started_1") not started
|
||||
input.expand-progress-checkbox(type='checkbox')
|
||||
span.spl.expand-progress-label(data-i18n="clans.exp_levels") Expand levels
|
||||
tbody
|
||||
|
|
Loading…
Reference in a new issue