diff options
| author | Alban Peignier | 2017-12-20 09:41:53 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-12-20 09:42:07 +0100 | 
| commit | 38ab26f1ea40b7ab5774ff0c18fba54204767b88 (patch) | |
| tree | 6cac0527da202aae01664e8cda4e5c4649164add /app/views/stop_area_referentials | |
| parent | 023fdab6840c7bb2d87d8ffee2df478574158d6e (diff) | |
| parent | 0a5c1fd25403c327593a5cbe10c7c58be6128c89 (diff) | |
| download | chouette-core-38ab26f1ea40b7ab5774ff0c18fba54204767b88.tar.bz2 | |
Merge branch 'master' into 5333-add-policies-for-referentials-sharing5333-add-policies-for-referentials-sharing
Diffstat (limited to 'app/views/stop_area_referentials')
| -rw-r--r-- | app/views/stop_area_referentials/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_area_referentials/show.html.slim b/app/views/stop_area_referentials/show.html.slim index f66db89f4..911006c39 100644 --- a/app/views/stop_area_referentials/show.html.slim +++ b/app/views/stop_area_referentials/show.html.slim @@ -8,7 +8,7 @@      .col-lg-12.text-right        = link_to stop_area_referential_stop_areas_path(@stop_area_referential), class: 'btn btn-primary' do          = Referential.human_attribute_name(:stop_areas) -        em.small = " (#{@stop_area_referential.stop_areas.size})" +        em.small = " (#{@stop_area_referential.stop_areas.count})"  - page_header_content_for @stop_area_referential  .page_content  | 
