Merge pull request #80 from openHPI/recommend_request_for_comment

Some tidy up in request for comments (bugfix: removed leftover parts …
This commit is contained in:
Alexander Kastius
2016-09-09 14:12:47 +02:00
committed by GitHub
10 changed files with 42 additions and 23 deletions

View File

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