diff options
| author | jpl | 2017-07-04 16:09:51 +0200 | 
|---|---|---|
| committer | jpl | 2017-07-04 16:10:05 +0200 | 
| commit | 758264a532f84b5820db56a698ccf7910de81107 (patch) | |
| tree | 77f3926e2969e00af27b97861d3bd2b32d97c657 /app/views/routes | |
| parent | e9f0dc0a0a5ede199158c6b035e192c555621894 (diff) | |
| download | chouette-core-758264a532f84b5820db56a698ccf7910de81107.tar.bz2 | |
Refs #3961: updating wording
Diffstat (limited to 'app/views/routes')
| -rw-r--r-- | app/views/routes/show.html.slim | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim index 92a5080ae..eee19d85a 100644 --- a/app/views/routes/show.html.slim +++ b/app/views/routes/show.html.slim @@ -1,7 +1,7 @@  / PageHeader  = pageheader 'map-marker',               @route.name, -             'Lorem ipsum dolor sit amet', +             '',               t('last_update', time: l(@route.updated_at, format: :short)),               (policy(@route).edit? ? link_to(t('actions.edit'), edit_referential_line_route_path(@referential, @line, @route), class: 'btn btn-default') : '') do @@ -21,7 +21,7 @@      .row        .col-lg-6.col-md-6.col-sm-12.col-xs-12          = definition_list t('metadatas'), -          { 'OiD' => @route.try(:objectid).try(:local_id), +          { t('id_codif') => @route.try(:objectid).try(:local_id),              t('activerecord.attributes.route.published_name') => (@route.published_name ? @route.published_name : '-'),              @route.human_attribute_name(:wayback) => (@route.wayback ? @route.wayback_text : '-' ),              @route.human_attribute_name(:opposite_route) => (@route.opposite_route ? @route.opposite_route.name : '-') } | 
