File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
app/pods/components/choice-editor Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2525 {{ markdown-to-html choice.description extensions =' katex' }}
2626 </div >
2727 </div >
28- <div class =" row align-items-center justify-content-center" >
29- <div class =" col-2" >
30- Positive Weight:
31- </div >
32- <div class =" col-10 input-group" >
33- {{ input type =" number" class =" input-text" placeholder =" Positive Weight" value =choice.positiveWeight }}
34- </div >
35- </div >
36- <div class =" row justify-conten-center align-items-center" >
37- <div class =" col-2" >
38- Negative Weight:
39- </div >
40- <div class =" col-10 input-group" >
41- {{ input type =" number" class =" input-text" placeholder =" Negative Weight" value =choice.negativeWeight }}
42- </div >
43- </div >
4428 {{ else }}
4529 <h3 >{{ choice.title }} </h3 >
4630 <p >
You can’t perform that action at this time.
0 commit comments