diff options
| author | Michel Etienne | 2012-07-31 16:27:44 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-07-31 16:27:44 +0200 |
| commit | 0b7489d8d9daef44b439c78bcb00dac5e1130674 (patch) | |
| tree | ff913f14ec4bde415b1d4fa1422ea367a1a8895f | |
| parent | 9eed5a2892639920b0bcee308299a577855790d6 (diff) | |
| download | chouette-core-0b7489d8d9daef44b439c78bcb00dac5e1130674.tar.bz2 | |
correct validation help link tab
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
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> |
