gonito/templates/challenge-discussion.hamlet

14 lines
389 B
Plaintext
Raw Normal View History

2016-05-03 08:46:10 +02:00
<p>
2016-05-03 12:29:56 +02:00
$maybe user <- maybeUser
<form method=post action=@{ChallengeDiscussionR name}#form enctype=#{formEnctype}>
^{formWidget}
<button .btn .btn-primary type="submit">
_{MsgSend} <span class="glyphicon glyphicon-upload"></span>
$nothing
<b>Log in to write a comment
2016-05-03 08:46:10 +02:00
<div .timeline-box>
$forall item <- sortedTimelineItems
^{timelineItemWidget item}