Restructure modal

This commit is contained in:
Maximilian Grundke
2017-08-23 17:43:13 +02:00
parent b90392f580
commit 86495bec7c
2 changed files with 19 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
h5 =t('exercises.implement.comment.addyours')
textarea.form-control(style='resize:none;')
#otherComments
h5 =t('exercises.implement.comment.others')
pre#otherCommentsTextfield
p = ''
#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')