fix: fix hlint
This commit is contained in:
parent
cb7c9ac6da
commit
9ecffc8d8c
@ -54,7 +54,7 @@ getECorrectR tid ssh csh examn = do
|
|||||||
ptsInput :: ExamPartNumber -> Widget
|
ptsInput :: ExamPartNumber -> Widget
|
||||||
ptsInput n = do
|
ptsInput n = do
|
||||||
name <- newIdent
|
name <- newIdent
|
||||||
fieldView (pointsField :: Field Handler Points) ("exam-correct__"<>(toPathPiece n)) name [("class","exam-correct__pts-input")] (Left "") False
|
fieldView (pointsField :: Field Handler Points) ("exam-correct__" <> toPathPiece n) name [("class","exam-correct__pts-input")] (Left "") False
|
||||||
|
|
||||||
participantHeadTooltip = [whamlet| _{MsgExamCorrectHeadParticipantTooltip} |]
|
participantHeadTooltip = [whamlet| _{MsgExamCorrectHeadParticipantTooltip} |]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user