Remve useless title
This commit is contained in:
parent
044ee25a41
commit
20d6a37d85
5 changed files with 1 additions and 5 deletions
|
@ -53,7 +53,7 @@
|
|||
= render partial: 'shared/help/help_dropdown_instructeur'
|
||||
- else
|
||||
// NB: on mobile in order to have links correctly aligned, we need a left icon
|
||||
= link_to t('help'), t("links.common.faq.url"), class: 'fr-btn dropdown-button', title: t('help')
|
||||
= link_to t('help'), t("links.common.faq.url"), class: 'fr-btn dropdown-button'
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2110,7 +2110,6 @@
|
|||
<!-- / NB: on mobile in order to have links correctly aligned, we need a left icon -->
|
||||
<a
|
||||
class="fr-btn dropdown-button"
|
||||
title="Aide"
|
||||
href="/faq"
|
||||
>Aide</a
|
||||
>
|
||||
|
|
|
@ -2109,7 +2109,6 @@
|
|||
<!-- / NB: on mobile in order to have links correctly aligned, we need a left icon -->
|
||||
<a
|
||||
class="fr-btn dropdown-button"
|
||||
title="Aide"
|
||||
href="/faq"
|
||||
>Aide</a
|
||||
>
|
||||
|
|
|
@ -2109,7 +2109,6 @@
|
|||
<!-- / NB: on mobile in order to have links correctly aligned, we need a left icon -->
|
||||
<a
|
||||
class="fr-btn dropdown-button"
|
||||
title="Aide
|
||||
href="/faq"
|
||||
>Aide</a
|
||||
>
|
||||
|
|
|
@ -2109,7 +2109,6 @@
|
|||
<!-- / NB: on mobile in order to have links correctly aligned, we need a left icon -->
|
||||
<a
|
||||
class="fr-btn dropdown-button"
|
||||
title="Aide"
|
||||
href="/faq"
|
||||
>Aide</a
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue