diff options
| author | Zakaria BOUZIANE | 2015-04-27 13:24:38 +0200 |
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-04-27 13:24:38 +0200 |
| commit | 1496115311c71ff448a9ca7c2646faca7bca9d51 (patch) | |
| tree | 1930447b136f1279822d3ccc818ee6dba0dc1c08 /app/views/shared | |
| parent | 69167f2bd60ac393e0c724ebaf1402c5619112d3 (diff) | |
| download | chouette-core-1496115311c71ff448a9ca7c2646faca7bca9d51.tar.bz2 | |
Validation and CSV export of results
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/_header.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_header.erb b/app/views/shared/_header.erb index d90117859..1d8b3ca66 100644 --- a/app/views/shared/_header.erb +++ b/app/views/shared/_header.erb @@ -69,7 +69,7 @@ </li> <li><%= link_to Referential.human_attribute_name("imports"), referential_imports_path(@referential) %></li> <li><%= link_to Referential.human_attribute_name("export_tasks"), referential_exports_path(@referential) %></li> - <li><%= link_to Referential.human_attribute_name("compliance_check_tasks"), referential_compliance_check_tasks_path(@referential) %></li> + <li><%= link_to Referential.human_attribute_name("validations"), referential_validations_path(@referential) %></li> <% end %> </ul> <ul class="nav navbar-nav navbar-right"> |
