fix(exam-correct): id on td instead of select
This commit is contained in:
parent
b1b70b9262
commit
1d0be2d682
@ -36,8 +36,8 @@ $newline never
|
||||
<td .table__td .uw-exam-correct--part-cell>
|
||||
^{ptsInput examPartNumber}
|
||||
$if mayEditResults
|
||||
<td .table__td>
|
||||
<select #uw-exam-correct__result>
|
||||
<td .table__td #uw-exam-correct__result>
|
||||
<select>
|
||||
<option>
|
||||
_{MsgExamResultNone}
|
||||
$if examShowGrades
|
||||
@ -52,8 +52,8 @@ $newline never
|
||||
_{MsgExamResultVoided}
|
||||
<option>
|
||||
_{MsgExamResultNoShow}
|
||||
<td .table__td>
|
||||
<select #uw-exam-correct__result__grade>
|
||||
<td .table__td #uw-exam-correct__result__grade>
|
||||
<select>
|
||||
$forall grade <- (toPathPiece <$> examGrades)
|
||||
<option>
|
||||
#{grade}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user