Skip to content

Commit

Permalink
Suppression de titres superflus
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Aug 22, 2024
1 parent 438b381 commit e4c392a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jinja2/qfdmo/adresse/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h4 class='fr-my-1v fr-h6'>
{% endif %}
{% if adresse.url %}
<a class="qfdmo-flex qfdmo-flex-col qfdmo-items-center qfdmo-no-underline qfdmo-bg-none qfdmo-no-external-link-icon"
href="{{ adresse.url }}" target="_blank" title="Site Internet" rel="noreferrer"
href="{{ adresse.url }}" target="_blank" rel="noreferrer"
data-action="click -> analytics#captureInteractionWithSolutionDetails"
>
<span class="fr-btn fr-btn--secondary-light fr-icon-global-line qfdmo-rounded-full">
Expand All @@ -73,7 +73,7 @@ <h4 class='fr-my-1v fr-h6'>
{% endif %}
{% if adresse.email and False %}
<a class="qfdmo-flex qfdmo-flex-col qfdmo-items-center qfdmo-bg-none qfdmo-no-external-link-icon"
href="mailto:{{ adresse.email }}" target="_blank" title="Courriel" rel="noreferrer"
href="mailto:{{ adresse.email }}" target="_blank" rel="noreferrer"
>
<span class="fr-btn fr-btn--secondary-light fr-icon-mail-line qfdmo-rounded-full"
></span>
Expand All @@ -82,7 +82,7 @@ <h4 class='fr-my-1v fr-h6'>
{% endif %}
{% if adresse.telephone %}
<a class="qfdmo-flex qfdmo-flex-col qfdmo-items-center qfdmo-bg-none qfdmo-no-external-link-icon"
href="tel:{{ adresse.telephone }}" title="Téléphone" rel='noopener'
href="tel:{{ adresse.telephone }}" rel='noreferrer'
data-action="click -> analytics#captureInteractionWithSolutionDetails"
>
<span class="fr-btn fr-btn--secondary-light fr-icon-phone-line qfdmo-rounded-full"
Expand Down

0 comments on commit e4c392a

Please sign in to comment.