Lint Slim files and fix offenses
The fixing was partially done manually and partially automatically.
This commit is contained in:

committed by
Dominic Sauer

parent
ddfa06ffaa
commit
9a9efd5caa
@@ -1,5 +1,5 @@
|
||||
#otherComments
|
||||
h5 =t('exercises.implement.comment.others')
|
||||
h5 = t('exercises.implement.comment.others')
|
||||
.container
|
||||
|
||||
label
|
||||
@@ -7,6 +7,6 @@ label
|
||||
= t('request_for_comments.subscribe_to_author')
|
||||
|
||||
#myComment.d-grid
|
||||
h5 =t('exercises.implement.comment.addyours')
|
||||
h5 = t('exercises.implement.comment.addyours')
|
||||
textarea.form-control
|
||||
button#addCommentButton.btn.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton')
|
||||
button#addCommentButton.btn.btn-primary(type='button') = t('exercises.implement.comment.addCommentButton')
|
||||
|
Reference in New Issue
Block a user