prevent request comment button to be shown on editors not beeing the first editor too early.

This commit is contained in:
Ralf Teusner
2016-05-03 08:32:27 +02:00
parent c15c868e2f
commit 98afb71ba9
3 changed files with 4 additions and 4 deletions

View File

@@ -14,6 +14,6 @@
.editor-content.hidden data-file-id=file.ancestor_id = file.content
.editor data-file-id=file.ancestor_id data-indent-size=file.file_type.indent_size data-mode=file.file_type.editor_mode data-read-only=file.read_only data-id=file.id
button.btn.btn-primary id='requestCommentsButton' type='button'
button.btn.btn-primary.requestCommentsButton type='button'
i.fa.fa-comment-o
= t('exercises.editor.requestComments')