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
@@ -10,10 +10,10 @@ h1
|
||||
|
||||
h2.mt-4 = t('activerecord.attributes.study_group.members')
|
||||
.table-responsive
|
||||
table.table class="#{@programming_group.users.present? ? 'sortable' : ''}"
|
||||
table.table class=(@programming_group.users.present? ? 'sortable' : '')
|
||||
thead
|
||||
tr
|
||||
th = t('navigation.sections.contributors')
|
||||
th = t('navigation.sections.contributors')
|
||||
- @programming_group.users.each do |user|
|
||||
tr
|
||||
td = link_to_if(policy(user).show?, user.displayname, user)
|
||||
|
Reference in New Issue
Block a user