Files
codeocean/app/views/exercises/_request_comment_dialogcontent.html.slim
Maximilian Grundke 027c6013eb Implement request modal
2016-04-30 12:55:58 +02:00

4 lines
217 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') =t('exercises.implement.comment.request')