Files
codeocean/app/views/exercises/_comment_dialogcontent.html.slim
Sebastian Serth 9a9efd5caa Lint Slim files and fix offenses
The fixing was partially done manually and partially automatically.
2024-04-18 08:31:24 +02:00

13 lines
608 B
Plaintext

#otherComments
h5 = t('exercises.implement.comment.others')
.container
label
input#subscribe.form-check-input type='checkbox' title=t('request_for_comments.subscribe_to_author') data-subscription=Subscription.where(user: current_user, request_for_comment_id: @request_for_comment.id, subscription_type: 'author', deleted: false).try(:first).try(:id)
= t('request_for_comments.subscribe_to_author')
#myComment.d-grid
h5 = t('exercises.implement.comment.addyours')
textarea.form-control
button#addCommentButton.btn.btn-primary(type='button') = t('exercises.implement.comment.addCommentButton')