You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid the help starts at end of the input, move it to a paragraph.
The `<kbd>` HTML tag should be used for keyboard inputs, so I've
replaced it with `<code>` for the url profile link.
Après avoir enregistré l’adresse de votre compte Mastodon, vous pourrez utiliser le lien <kbd>#{user_url(current_user)}</kbd> pour
19
-
<a href="https://docs.joinmastodon.org/user/profile/#verification">prouver que le compte Mastodon et le compte LinuxFr.org appartiennent à la même personne.</a>
17
+
%p.help
18
+
Après avoir enregistré l’adresse de votre compte Mastodon, vous pourrez utiliser le lien <code>#{user_url(current_user)}</code> pour
19
+
<a href="https://docs.joinmastodon.org/user/profile/#verification">prouver que le compte Mastodon et le compte LinuxFr.org appartiennent à la même personne.</a>
0 commit comments