aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorMichel Etienne2012-04-27 15:00:18 +0200
committerMichel Etienne2012-04-27 15:00:18 +0200
commit98ab3dc97be4d71606a985a3a587b253e0b6c685 (patch)
tree2fa77987d83a7fcd0c755f31854199d561b2f3d3 /app/views/layouts
parentba2527b56c76ca173a8769f1f3cbe949842c96b1 (diff)
downloadchouette-core-98ab3dc97be4d71606a985a3a587b253e0b6c685.tar.bz2
create pages for connection links and spec for timetables
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 9c48ff00b..d757c92d4 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -41,6 +41,7 @@
<li><%= tab_link_to Chouette::Company, referential_companies_path(@referential) %></li>
<li><%= tab_link_to Chouette::Line, referential_lines_path(@referential) %></li>
<li><%= tab_link_to Chouette::StopArea, referential_stop_areas_path(@referential) %></li>
+ <li><%= tab_link_to Chouette::ConnectionLink, referential_connection_links_path(@referential) %></li>
<li><%= tab_link_to Chouette::TimeTable, referential_time_tables_path(@referential) %></li>
<% end %>
</ul>