aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/journey_patterns/edit.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/journey_patterns/edit.html.erb b/app/views/journey_patterns/edit.html.erb
index 33fac2a6c..33adb6d7d 100644
--- a/app/views/journey_patterns/edit.html.erb
+++ b/app/views/journey_patterns/edit.html.erb
@@ -1,4 +1,17 @@
<%= 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" %>