M Gemfile.lock => Gemfile.lock +1 -1
@@ 307,7 307,7 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
- haml_lint (0.48.0)
+ haml_lint (0.49.1)
haml (>= 4.0, < 6.2)
parallel (~> 1.10)
rainbow
M app/views/admin/announcements/index.html.haml => app/views/admin/announcements/index.html.haml +0 -1
@@ 19,4 19,3 @@
= render partial: 'announcement', collection: @announcements
= paginate @announcements
-
M app/views/admin/custom_emojis/index.html.haml => app/views/admin/custom_emojis/index.html.haml +0 -1
@@ 85,4 85,3 @@
= render partial: 'custom_emoji', collection: @custom_emojis, locals: { f: f }
= paginate @custom_emojis
-
M app/views/admin/ip_blocks/index.html.haml => app/views/admin/ip_blocks/index.html.haml +0 -1
@@ 25,4 25,3 @@
= render partial: 'ip_block', collection: @ip_blocks, locals: { f: f }
= paginate @ip_blocks
-
M app/views/admin/relays/index.html.haml => app/views/admin/relays/index.html.haml +0 -1
@@ 17,4 17,3 @@
%th
%tbody
= render @relays
-
M app/views/admin/roles/edit.html.haml => app/views/admin/roles/edit.html.haml +0 -1
@@ 5,4 5,3 @@
= link_to t('admin.roles.delete'), admin_role_path(@role), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') }, class: 'button button--destructive' if can?(:destroy, @role)
= render partial: 'form'
-
M app/views/settings/applications/show.html.haml => app/views/settings/applications/show.html.haml +0 -1
@@ 28,4 28,3 @@
.actions
= f.button :button, t('generic.save_changes'), type: :submit
-