aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/vehicle_journeys/new.html.erb
blob: db344438ed8b87fc2be7cec6a0064199d5367beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%= title_tag t('vehicle_journeys.new.title') %>

<div class="vehicle_journey">
  <div class="summary">
    <p>
      <label><%= @route.human_attribute_name(:line) %>: </label>
      <%= link_to line_formatted_name( @line), [@referential, @line] %>
    </p>
    <p>
      <label><%= @vehicle_journey.human_attribute_name(:route) %>: </label>
      <%= link_to @route.name, [@referential, @line, @route] %>
    </p>
  <div>
<div>

<%= render "form" %>