9 lines
385 B
Plaintext
9 lines
385 B
Plaintext
h5 =t('exercises.implement.comment.others')
|
|
pre#other-comments
|
|
|
|
h5 =t('exercises.implement.comment.addyours')
|
|
|
|
textarea.form-control(style='resize:none;')
|
|
p = ''
|
|
button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addComment')
|
|
button#removeAllButton.btn.btn-block.btn-warning(type='button') =t('exercises.implement.comment.removeAllOnLine') |