Files
codeocean/app/views/exercises/_comment_dialogcontent.html.slim
2017-08-25 18:31:47 +02:00

9 lines
274 B
Plaintext

#otherComments
h5 =t('exercises.implement.comment.others')
.container
#myComment
h5 =t('exercises.implement.comment.addyours')
textarea.form-control
button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton')