mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
🐛Fix campaign editor analytics
Line graph checkboxes need their own labels.
This commit is contained in:
parent
48a8ed109d
commit
24f8029aff
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
button.btn.btn-default.btn-sm#reload-button(style='margin-left:10px;') Reload
|
button.btn.btn-default.btn-sm#reload-button(style='margin-left:10px;') Reload
|
||||||
|
|
||||||
each graph in analytics.graphs
|
each graph in analytics.graphs
|
||||||
label.line-graph-label
|
each line in graph.lines
|
||||||
each line in graph.lines
|
label.line-graph-label
|
||||||
input.line-graph-checkbox(data-lineid="#{line.lineID}", type='checkbox', checked=line.enabled)
|
input.line-graph-checkbox(data-lineid="#{line.lineID}", type='checkbox', checked=line.enabled)
|
||||||
span #{line.description}
|
span #{line.description}
|
||||||
span
|
span
|
||||||
|
|
Loading…
Reference in a new issue