diff options
| author | Alban Peignier | 2018-04-19 08:56:37 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2018-04-19 08:56:37 +0200 | 
| commit | 3396dfd379d5e9f0145b8b40414f0751c2657759 (patch) | |
| tree | c1e1711fd8061fcaca57f854e09424db83f4f869 | |
| parent | 15a389600730c5e6c393a5537f9c646d1d28a134 (diff) | |
| download | chouette-core-3396dfd379d5e9f0145b8b40414f0751c2657759.tar.bz2 | |
Keep StopAreaReferential metadata in stop_area_referentials/show. Refs #6545
| -rw-r--r-- | app/views/stop_area_referentials/show.html.slim | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/app/views/stop_area_referentials/show.html.slim b/app/views/stop_area_referentials/show.html.slim index 9a0079330..9e6925e2c 100644 --- a/app/views/stop_area_referentials/show.html.slim +++ b/app/views/stop_area_referentials/show.html.slim @@ -1,8 +1,9 @@  - breadcrumb :stop_area_referential, @stop_area_referential +- page_header_content_for @stop_area_referential  - if policy(@stop_area_referential).synchronize?    - content_for :page_header_actions do      = link_to(t('actions.sync'), sync_stop_area_referential_path(@stop_area_referential), method: :post, class: 'btn btn-default') -     +  .page_content    .container-fluid      .row | 
