aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared
diff options
context:
space:
mode:
authorjpl2016-09-19 11:01:20 +0200
committerjpl2016-09-19 11:01:20 +0200
commit1fd7842aa80bef57d92acfb60c63f9596ef345c1 (patch)
tree79167af345a6f0e181f5922c61e59c7a2564bba4 /app/views/shared
parent11d2222150828c934e2cc86fab64a48d0cb2d84d (diff)
downloadchouette-core-1fd7842aa80bef57d92acfb60c63f9596ef345c1.tar.bz2
Refs #1652: remove help link on footer
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_footer.html.slim4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_footer.html.slim b/app/views/shared/_footer.html.slim
index 1fcf144a4..aa18dbdd6 100644
--- a/app/views/shared/_footer.html.slim
+++ b/app/views/shared/_footer.html.slim
@@ -14,5 +14,5 @@
- else
= link_to t("layouts.footer.contact.mail"), "#{ChouetteIhm::Application.config.company_contact}", target: "_blank"
- li
- = link_to t("layouts.footer.support.help"), help_path, target: "chouette_help" \ No newline at end of file
+ / li
+ / = link_to t("layouts.footer.support.help"), help_path, target: "chouette_help" \ No newline at end of file