diff options
| author | Michel Etienne | 2014-09-22 12:00:18 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-09-22 12:00:18 +0200 |
| commit | a724576b6551e1c00a2c82dd317a87128f137ddf (patch) | |
| tree | 99ee0971703940f2455ec651b5c4185b124c0ec0 /app/views/journey_patterns | |
| parent | 3e9fdfe3d0137eefba50b63800e30a6f15cd4cf4 (diff) | |
| download | chouette-core-a724576b6551e1c00a2c82dd317a87128f137ddf.tar.bz2 | |
remove info already shown in breadcrumbs
Diffstat (limited to 'app/views/journey_patterns')
| -rw-r--r-- | app/views/journey_patterns/show.html.erb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/journey_patterns/show.html.erb b/app/views/journey_patterns/show.html.erb index a5f75e7c9..4ac057161 100644 --- a/app/views/journey_patterns/show.html.erb +++ b/app/views/journey_patterns/show.html.erb @@ -5,14 +5,6 @@ <div class="summary"> <p> - <label><%= @route.human_attribute_name(:line) %>: </label> - <%= link_to line_formatted_name( @line), [@referential, @line] %> - </p> - <p> - <label><%= @journey_pattern.human_attribute_name(:route) %>: </label> - <%= link_to @route.name, [@referential, @line, @route] %> - </p> - <p> <label><%= @journey_pattern.human_attribute_name(:name) %>: </label> <%= @journey_pattern.name %> </p> |
