Update haml-lint 0.49.1 (#26118)
parent
3abe0fc5c8
commit
67016dd29d
|
@ -307,7 +307,7 @@ GEM
|
||||||
activesupport (>= 5.1)
|
activesupport (>= 5.1)
|
||||||
haml (>= 4.0.6)
|
haml (>= 4.0.6)
|
||||||
railties (>= 5.1)
|
railties (>= 5.1)
|
||||||
haml_lint (0.48.0)
|
haml_lint (0.49.1)
|
||||||
haml (>= 4.0, < 6.2)
|
haml (>= 4.0, < 6.2)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
rainbow
|
rainbow
|
||||||
|
|
|
@ -19,4 +19,3 @@
|
||||||
= render partial: 'announcement', collection: @announcements
|
= render partial: 'announcement', collection: @announcements
|
||||||
|
|
||||||
= paginate @announcements
|
= paginate @announcements
|
||||||
|
|
||||||
|
|
|
@ -85,4 +85,3 @@
|
||||||
= render partial: 'custom_emoji', collection: @custom_emojis, locals: { f: f }
|
= render partial: 'custom_emoji', collection: @custom_emojis, locals: { f: f }
|
||||||
|
|
||||||
= paginate @custom_emojis
|
= paginate @custom_emojis
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,3 @@
|
||||||
= render partial: 'ip_block', collection: @ip_blocks, locals: { f: f }
|
= render partial: 'ip_block', collection: @ip_blocks, locals: { f: f }
|
||||||
|
|
||||||
= paginate @ip_blocks
|
= paginate @ip_blocks
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,3 @@
|
||||||
%th
|
%th
|
||||||
%tbody
|
%tbody
|
||||||
= render @relays
|
= render @relays
|
||||||
|
|
||||||
|
|
|
@ -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)
|
= 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'
|
= render partial: 'form'
|
||||||
|
|
||||||
|
|
|
@ -28,4 +28,3 @@
|
||||||
|
|
||||||
.actions
|
.actions
|
||||||
= f.button :button, t('generic.save_changes'), type: :submit
|
= f.button :button, t('generic.save_changes'), type: :submit
|
||||||
|
|
||||||
|
|
Reference in New Issue