Implement request modal

This commit is contained in:
Maximilian Grundke
2016-04-30 12:55:58 +02:00
parent 8ba67c68c0
commit 027c6013eb
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
h5 = t('exercises.implement.comment.question')
textarea.form-control#question(style='resize:none;')
p = ''
button#askForCommentsButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.request')