aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns
diff options
context:
space:
mode:
authorMichel Etienne2014-09-25 16:39:48 +0200
committerMichel Etienne2014-09-25 16:39:48 +0200
commitf3e8dc276a23474c6b5601c988df6b036ca4fdfa (patch)
treec7ebaaf0e7796fbd991aa62d246458e670f737bd /app/views/journey_patterns
parent7971467d6e6661a8d03ba25f1ecd20761f633301 (diff)
downloadchouette-core-f3e8dc276a23474c6b5601c988df6b036ca4fdfa.tar.bz2
terminate breadcrumb integration
Diffstat (limited to 'app/views/journey_patterns')
-rw-r--r--app/views/journey_patterns/edit.html.erb13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/views/journey_patterns/edit.html.erb b/app/views/journey_patterns/edit.html.erb
index 33adb6d7d..33fac2a6c 100644
--- a/app/views/journey_patterns/edit.html.erb
+++ b/app/views/journey_patterns/edit.html.erb
@@ -1,17 +1,4 @@
<%= title_tag t('journey_patterns.edit.title', :journey_pattern => @journey_pattern.name ) %>
-<div class="journey_pattern">
- <div class="summary">
- <p>
- <label><%= @route.human_attribute_name(:line) %>: </label>
- <%= link_to line_formatted_name( @line), [@referential, @line] %>
- </p>
- <p>
- <label><%= Chouette::Route.model_name.human %>: </label>
- <%= link_to @route.name, [@referential, @line, @route] %>
- </p>
- <div>
-<div>
-
<%= render "form" %>