Files
codeocean/app/views/exercises/_comment_dialogcontent.html.slim
2017-09-05 16:39:40 +02:00

8 lines
275 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')