fix(haml-lint): TrailingEmptyLine
This commit is contained in:
parent
e3f233cd51
commit
f112569192
28 changed files with 0 additions and 31 deletions
|
@ -34,4 +34,3 @@
|
|||
%button.fr-btn.fr-btn--tertiary.fr-btn--sm.autosave-retry{ type: :button, data: { action: 'autosave-status#onClickRetryButton', autosave_status_target: 'retryButton' } }
|
||||
%span.autosave-retry-label Réessayer
|
||||
%span.autosave-retrying-label Enregistrement en cours…
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
%ul.fr-mt-2w.fr-btns-group.fr-btns-group--inline
|
||||
%li= link_to t(".buttons.edit"), modifier_dossier_path(dossier), class: "fr-btn"
|
||||
%li= button_to t(".buttons.submit"), modifier_dossier_path(dossier), class: "fr-btn fr-btn--secondary", method: :post
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@
|
|||
%li
|
||||
= link_to error_descriptor.label, error_descriptor.anchor, class: 'error-anchor'
|
||||
= "(#{error_descriptor.error_message})"
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@
|
|||
|
||||
- if export.failed?
|
||||
= button_to refresh_button_options(export)[:title], download_export_path(export_format: export.format, statut: export.statut), refresh_button_options(export)
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
- if error?
|
||||
#dossier_pending_correction_error_messages.fr-messages-group{ aria: { live: "assertlive" } }
|
||||
%p.fr-message.fr-message--error= error_message
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue