Files
codeocean/app/views/exercises/_request_comment_dialogcontent.html.slim
2016-04-30 14:17:37 +02:00

4 lines
286 B
Plaintext

h5 = t('exercises.implement.comment.question')
textarea.form-control#question(style='resize:none;')
p = ''
button#askForCommentsButton.btn.btn-block.btn-primary(type='button' data-message-success=t('exercises.editor.request_for_comments_sent')) =t('exercises.implement.comment.request')