diff --git a/app/views/exercises/_editor.html.slim b/app/views/exercises/_editor.html.slim
index 3781b035..ed338d14 100644
--- a/app/views/exercises/_editor.html.slim
+++ b/app/views/exercises/_editor.html.slim
@@ -36,9 +36,9 @@
a#dropdown-test data-cause='test' href='#'
i.fa.fa-rocket
= t('exercises.editor.test')
- = render('editor_button', data: {:'data-placement' => 'top', :'data-tooltip' => true}, icon: 'fa fa-trophy', id: 'assess', label: t('exercises.editor.score'), title: t('shared.tooltips.shortcut', shortcut: 'ALT + s'))
- button.btn.btn-primary.requestCommentsButton type='button' id="requestComments"
- i.fa.fa-comment
- = t('exercises.editor.requestComments')
+ = render('editor_button', data: {:'data-placement' => 'top', :'data-tooltip' => true}, icon: 'fa fa-trophy', id: 'assess', label: t('exercises.editor.score'), title: t('shared.tooltips.shortcut', shortcut: 'ALT + s'))
+ button.btn.btn-primary.requestCommentsButton type='button' id="requestComments"
+ i.fa.fa-comment
+ = t('exercises.editor.requestComments')
= render('shared/modal', id: 'comment-modal', title: t('exercises.implement.comment.request'), template: 'exercises/_request_comment_dialogcontent')