fix(haml-lint): TrailingEmptyLine
This commit is contained in:
parent
e3f233cd51
commit
f112569192
28 changed files with 0 additions and 31 deletions
|
@ -39,4 +39,3 @@
|
||||||
%p.fr-error-text= t('.errors.uploading')
|
%p.fr-error-text= t('.errors.uploading')
|
||||||
= button_tag(**retry_button_options) do
|
= button_tag(**retry_button_options) do
|
||||||
= t(".retry")
|
= t(".retry")
|
||||||
|
|
||||||
|
|
|
@ -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' } }
|
%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-retry-label Réessayer
|
||||||
%span.autosave-retrying-label Enregistrement en cours…
|
%span.autosave-retrying-label Enregistrement en cours…
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
%ul.fr-mt-2w.fr-btns-group.fr-btns-group--inline
|
%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= 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
|
%li= button_to t(".buttons.submit"), modifier_dossier_path(dossier), class: "fr-btn fr-btn--secondary", method: :post
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,3 @@
|
||||||
%li
|
%li
|
||||||
= link_to error_descriptor.label, error_descriptor.anchor, class: 'error-anchor'
|
= link_to error_descriptor.label, error_descriptor.anchor, class: 'error-anchor'
|
||||||
= "(#{error_descriptor.error_message})"
|
= "(#{error_descriptor.error_message})"
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,3 @@
|
||||||
|
|
||||||
- if export.failed?
|
- if export.failed?
|
||||||
= button_to refresh_button_options(export)[:title], download_export_path(export_format: export.format, statut: export.statut), refresh_button_options(export)
|
= 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?
|
- if error?
|
||||||
#dossier_pending_correction_error_messages.fr-messages-group{ aria: { live: "assertlive" } }
|
#dossier_pending_correction_error_messages.fr-messages-group{ aria: { live: "assertlive" } }
|
||||||
%p.fr-message.fr-message--error= error_message
|
%p.fr-message.fr-message--error= error_message
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
'false'
|
'false'
|
||||||
%label.fr-label{ for: @champ.input_id, id: @champ.labelledby_id }
|
%label.fr-label{ for: @champ.input_id, id: @champ.labelledby_id }
|
||||||
= render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at
|
= render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,3 @@
|
||||||
aria: { describedby: @champ.describedby_id },
|
aria: { describedby: @champ.describedby_id },
|
||||||
class: "width-33-desktop",
|
class: "width-33-desktop",
|
||||||
id: @champ.code_postal_input_id
|
id: @champ.code_postal_input_id
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
required: @champ.required?,
|
required: @champ.required?,
|
||||||
aria: { describedby: @champ.describedby_id },
|
aria: { describedby: @champ.describedby_id },
|
||||||
class: "width-33-desktop", id: @champ.input_id
|
class: "width-33-desktop", id: @champ.input_id
|
||||||
|
|
||||||
|
|
|
@ -31,4 +31,3 @@
|
||||||
|
|
||||||
- menu.with_item(class: "hidden inactive form-inside fr-pt-1v") do
|
- menu.with_item(class: "hidden inactive form-inside fr-pt-1v") do
|
||||||
= render partial: 'instructeurs/dossiers/instruction_button_motivation', locals: { dossier: dossier, placeholder: 'Expliquez au demandeur pourquoi ce dossier est refusé (obligatoire)', popup_class: 'refuse', process_action: 'refuser', title: 'Refuser', confirm: 'Confirmez-vous le refus de ce dossier ?' }
|
= render partial: 'instructeurs/dossiers/instruction_button_motivation', locals: { dossier: dossier, placeholder: 'Expliquez au demandeur pourquoi ce dossier est refusé (obligatoire)', popup_class: 'refuse', process_action: 'refuser', title: 'Refuser', confirm: 'Confirmez-vous le refus de ce dossier ?' }
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
%ul
|
%ul
|
||||||
- cleaned_nearby_estimation do |estimation, i18n_key|
|
- cleaned_nearby_estimation do |estimation, i18n_key|
|
||||||
%li= t(".#{i18n_key}", estimation: estimation)
|
%li= t(".#{i18n_key}", estimation: estimation)
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@
|
||||||
= render(Dsfr::SidemenuComponent.new) do |component|
|
= render(Dsfr::SidemenuComponent.new) do |component|
|
||||||
- component.with_links(links)
|
- component.with_links(links)
|
||||||
.fr-col= content
|
.fr-col= content
|
||||||
|
|
||||||
|
|
|
@ -19,4 +19,3 @@
|
||||||
admin_api_token_path(@api_token),
|
admin_api_token_path(@api_token),
|
||||||
class: 'fr-btn fr-btn--tertiary-no-outline fr-btn--sm fr-btn--icon-left fr-icon-delete-line',
|
class: 'fr-btn fr-btn--tertiary-no-outline fr-btn--sm fr-btn--icon-left fr-icon-delete-line',
|
||||||
data: { turbo_method: :delete, confirm: "Confirmez-vous la suppression du jeton « #{@api_token.name} » ?" }
|
data: { turbo_method: :delete, confirm: "Confirmez-vous la suppression du jeton « #{@api_token.name} » ?" }
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
- label = button_label(tag)
|
- label = button_label(tag)
|
||||||
%button.fr-tag.fr-tag--sm{ type: "button", title: button_title(tag), data: { action: 'click->tiptap#insertTag', tiptap_target: 'tag', tag_id: tag[:id], tag_label: label } }
|
%button.fr-tag.fr-tag--sm{ type: "button", title: button_title(tag), data: { action: 'click->tiptap#insertTag', tiptap_target: 'tag', tag_id: tag[:id], tag_label: label } }
|
||||||
= label
|
= label
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,3 @@
|
||||||
= link_to admin_procedures_url, admin_procedures_url
|
= link_to admin_procedures_url, admin_procedures_url
|
||||||
|
|
||||||
= render partial: "layouts/mailers/signature"
|
= render partial: "layouts/mailers/signature"
|
||||||
|
|
||||||
|
|
|
@ -42,4 +42,3 @@
|
||||||
|
|
||||||
.fr-mt-4w
|
.fr-mt-4w
|
||||||
= render Dsfr::InputComponent.new(form: f, attribute: :footer, input_type: :text_field, opts: { maxlength: 190, size: nil }, required: false)
|
= render Dsfr::InputComponent.new(form: f, attribute: :footer, input_type: :text_field, opts: { maxlength: 190, size: nil }, required: false)
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,3 @@
|
||||||
.actions-right
|
.actions-right
|
||||||
= link_to 'Annuler', admin_procedure_path(id: @procedure), class: 'fr-btn fr-btn--tertiary fr-mr-2w', data: { confirm: 'Êtes-vous sûr de vouloir annuler les modifications effectuées ?'}
|
= link_to 'Annuler', admin_procedure_path(id: @procedure), class: 'fr-btn fr-btn--tertiary fr-mr-2w', data: { confirm: 'Êtes-vous sûr de vouloir annuler les modifications effectuées ?'}
|
||||||
= f.button 'Enregistrer', class: 'fr-btn fr-btn--primary'
|
= f.button 'Enregistrer', class: 'fr-btn fr-btn--primary'
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
= render partial: 'insert'
|
= render partial: 'insert'
|
||||||
|
|
||||||
|
|
|
@ -23,4 +23,3 @@
|
||||||
= render GroupeGestionnaire::Card::AdministrateursComponent.new(groupe_gestionnaire: @groupe_gestionnaire, path: gestionnaire_groupe_gestionnaire_administrateurs_path(@groupe_gestionnaire))
|
= render GroupeGestionnaire::Card::AdministrateursComponent.new(groupe_gestionnaire: @groupe_gestionnaire, path: gestionnaire_groupe_gestionnaire_administrateurs_path(@groupe_gestionnaire))
|
||||||
= render GroupeGestionnaire::Card::ChildrenComponent.new(groupe_gestionnaire: @groupe_gestionnaire, path: gestionnaire_groupe_gestionnaire_children_path(@groupe_gestionnaire))
|
= render GroupeGestionnaire::Card::ChildrenComponent.new(groupe_gestionnaire: @groupe_gestionnaire, path: gestionnaire_groupe_gestionnaire_children_path(@groupe_gestionnaire))
|
||||||
= render GroupeGestionnaire::Card::CommentairesComponent.new(groupe_gestionnaire: @groupe_gestionnaire, administrateur: nil, path: gestionnaire_groupe_gestionnaire_commentaires_path(@groupe_gestionnaire), unread_commentaires: @unread_commentaires)
|
= render GroupeGestionnaire::Card::CommentairesComponent.new(groupe_gestionnaire: @groupe_gestionnaire, administrateur: nil, path: gestionnaire_groupe_gestionnaire_commentaires_path(@groupe_gestionnaire), unread_commentaires: @unread_commentaires)
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,3 @@
|
||||||
- @tree_structure.each do |parent, children|
|
- @tree_structure.each do |parent, children|
|
||||||
%li
|
%li
|
||||||
= render(GroupeGestionnaire::GroupeGestionnaireTreeStructures::TreeStructureComponent.new(parent: parent, children: children))
|
= render(GroupeGestionnaire::GroupeGestionnaireTreeStructures::TreeStructureComponent.new(parent: parent, children: children))
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@
|
||||||
= t(".without_email.#{traitement.state}", processed_at: processed_at)
|
= t(".without_email.#{traitement.state}", processed_at: processed_at)
|
||||||
- else
|
- else
|
||||||
%p.tab-paragraph Aucune décision n’a été rendue
|
%p.tab-paragraph Aucune décision n’a été rendue
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setDarkBeforeRender();
|
setDarkBeforeRender();
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,3 @@
|
||||||
%td{ align:"center", style:"border-radius: 5px;", color: theme[:color], bgcolor: theme[:bg_color] }
|
%td{ align:"center", style:"border-radius: 5px;", color: theme[:color], bgcolor: theme[:bg_color] }
|
||||||
%a{ href: url, target:"_blank", rel: "noopener", style:"font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #{theme[:color]}; text-decoration: none; text-decoration: none; border-radius: 5px; padding: 12px 25px; border: 1px solid #{theme[:border_color]}; display: inline-block; min-width: 250px" }
|
%a{ href: url, target:"_blank", rel: "noopener", style:"font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #{theme[:color]}; text-decoration: none; text-decoration: none; border-radius: 5px; padding: 12px 25px; border: 1px solid #{theme[:border_color]}; display: inline-block; min-width: 250px" }
|
||||||
= text
|
= text
|
||||||
|
|
||||||
|
|
|
@ -36,5 +36,3 @@
|
||||||
Nous vous invitons à regarder
|
Nous vous invitons à regarder
|
||||||
= link_to 'la documentation', ARCHIVAGE_DOC_URL
|
= link_to 'la documentation', ARCHIVAGE_DOC_URL
|
||||||
afin de voir les options à votre disposition pour mettre en place un système d’archive.
|
afin de voir les options à votre disposition pour mettre en place un système d’archive.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,3 @@
|
||||||
%tr
|
%tr
|
||||||
%th= t("api_particulier.providers.cnaf.scopes.adresse.#{key}")
|
%th= t("api_particulier.providers.cnaf.scopes.adresse.#{key}")
|
||||||
%td= adresse[key]
|
%td= adresse[key]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
= "#{pretty_date_exercice(year_for_bilan(bilan))} :"
|
= "#{pretty_date_exercice(year_for_bilan(bilan))} :"
|
||||||
= pretty_currency(value_for_bilan_key(bilan, key), unit: pretty_currency_unit(etablissement.entreprise_bilans_bdf_monnaie))
|
= pretty_currency(value_for_bilan_key(bilan, key), unit: pretty_currency_unit(etablissement.entreprise_bilans_bdf_monnaie))
|
||||||
%br
|
%br
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,3 @@
|
||||||
|
|
||||||
%li.fr-nav__item
|
%li.fr-nav__item
|
||||||
= link_to "Annonces publiées", release_notes_path, class: "fr-nav__link", target: "_self"
|
= link_to "Annonces publiées", release_notes_path, class: "fr-nav__link", target: "_self"
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
.fr-col-lg-10
|
.fr-col-lg-10
|
||||||
%h1.fr-h2 Annonce
|
%h1.fr-h2 Annonce
|
||||||
= render ReleaseNote::FormComponent.new(release_note: @release_note)
|
= render ReleaseNote::FormComponent.new(release_note: @release_note)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue