diff options
| author | Xinhui | 2017-11-09 11:24:54 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-11-09 11:24:54 +0100 | 
| commit | 1d35d77ff3801c6e1ac56d10f1898ad6527a1048 (patch) | |
| tree | 28a32cae2d700ef6284faf4cd69f3762e027a3b0 /app/views/shared | |
| parent | 2bcd5fb6bba153a11de04798882d1a96379b2301 (diff) | |
| download | chouette-core-1d35d77ff3801c6e1ac56d10f1898ad6527a1048.tar.bz2 | |
Remove route_sections controllers, views, helper
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/_header.html.slim | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/app/views/shared/_header.html.slim b/app/views/shared/_header.html.slim index 33aee09a4..afe802b49 100644 --- a/app/views/shared/_header.html.slim +++ b/app/views/shared/_header.html.slim @@ -82,11 +82,6 @@ nav.navbar.navbar-default.navbar-fixed-top role="navigation"                    = Referential.human_attribute_name("time_tables")                li -                = link_to referential_route_sections_path(@referential) do -                  span.badge.pull-right = @referential.route_sections.size -                  = Referential.human_attribute_name("route_sections") - -              li                  = link_to referential_timebands_path(@referential) do                    span.badge.pull-right = @referential.timebands.size                    = Referential.human_attribute_name("timebands") | 
