aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2012-07-31 16:27:44 +0200
committerMichel Etienne2012-07-31 16:27:44 +0200
commit0b7489d8d9daef44b439c78bcb00dac5e1130674 (patch)
treeff913f14ec4bde415b1d4fa1422ea367a1a8895f
parent9eed5a2892639920b0bcee308299a577855790d6 (diff)
downloadchouette-core-0b7489d8d9daef44b439c78bcb00dac5e1130674.tar.bz2
correct validation help link tab
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 379aaba17..0b39e2b97 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -33,7 +33,7 @@
<ul class="main">
<% if help_page? || test_sheet_page? %>
<li><%= link_to "Aide", help_path, :class =>("current" if help_page?) %></li>
- <li><%= link_to "Tests de validation", test_sheet_path+"1.1", :class =>("current" if test_sheet_page?) %></li>
+ <li><%= link_to "Tests de validation", test_sheet_path+"1_1", :class =>("current" if test_sheet_page?) %></li>
<% elsif ! selected_referential? %>
<li><%= link_to Referential.model_name.human.capitalize.pluralize, referentials_path, :class => ("current" if current_page?(referentials_path) || current_page?(root_url)) %></li>
<li><%= tab_link_to FileValidation, file_validations_path %></li>