Files
codeocean/app/views/exercises/_comment_dialogcontent.html.slim
2017-08-23 17:52:28 +02:00

10 lines
388 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')
button#removeAllButton.btn.btn-block.btn-warning(type='button') =t('exercises.implement.comment.removeAllOnLine')