🐛Fix campaign editor analytics

Line graph checkboxes need their own labels.
This commit is contained in:
Matt Lott 2015-01-26 13:36:07 -08:00
parent 48a8ed109d
commit 24f8029aff

View file

@ -12,8 +12,8 @@
button.btn.btn-default.btn-sm#reload-button(style='margin-left:10px;') Reload
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)
span #{line.description}
span