minor fix
Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
parent
9b98bcd176
commit
4225951a1d
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
|||
\-
|
||||
= link_to 'Statistiques', stats_path, data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350
|
||||
\-
|
||||
= link_to 'CGU / Mentions légales', CGU_URL
|
||||
= link_to 'CGU / Mentions légales', CGU_URL, target: '_blank'
|
||||
\-
|
||||
= link_to 'Documentation', DOC_URL
|
||||
= link_to 'Documentation', DOC_URL, target: '_blank'
|
||||
\-
|
||||
= link_to 'FAQ', FAQ_ADMIN_URL
|
||||
= link_to 'FAQ', FAQ_ADMIN_URL, target: '_blank'
|
||||
\-
|
||||
= link_to 'Inscription ateliers en ligne', WEBINAIRE_URL
|
||||
= link_to 'Inscription ateliers en ligne', WEBINAIRE_URL, target: '_blank'
|
||||
|
|
Loading…
Reference in a new issue