diff options
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> | 
