Files
codeocean/app/views/exercises/_comment_exercise_dialogcontent.html.slim
2017-03-30 22:06:17 +02:00

6 lines
240 B
Plaintext

h5 =t('exercises.implement.comment.addComment')
textarea#commentOnExercise.form-control(style='resize:none;')
p=''
button#addCommentExerciseButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton')