From 80bc3154ce5314653e4f3a19dcb8d3da056ce159 Mon Sep 17 00:00:00 2001 From: Marc Florisson Date: Fri, 29 Jun 2012 10:26:59 +0200 Subject: journey_pattern edit: add links to line and route --- app/views/journey_patterns/edit.html.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ) %> +
+
+

+ + <%= link_to line_formatted_name( @line), [@referential, @line] %> +

+

+ + <%= link_to @route.name, [@referential, @line, @route] %> +

+
+
+ <%= render "form" %> -- cgit v1.2.3