diff options
| author | cedricnjanga | 2018-02-14 21:29:11 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-14 21:29:11 -0800 | 
| commit | ec93529c2c3d0fac747302beaaddc2f3adda4e0f (patch) | |
| tree | d2708174245da5b457d1c8d6b52726f029bdf653 | |
| parent | a9bb67274bd5bbc8737955ae1ff21e5683b44150 (diff) | |
| download | chouette-core-ec93529c2c3d0fac747302beaaddc2f3adda4e0f.tar.bz2 | |
Refs #5119 small changes for the dashboard traductions5119_i18n_dashboard
| -rw-r--r-- | app/views/dashboards/_dashboard.html.slim | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/app/views/dashboards/_dashboard.html.slim b/app/views/dashboards/_dashboard.html.slim index 58cfcc542..05257a766 100644 --- a/app/views/dashboards/_dashboard.html.slim +++ b/app/views/dashboards/_dashboard.html.slim @@ -9,7 +9,7 @@                span.badge.ml-xs = workbench.referentials.count if workbench.referentials.present?              div -              = link_to '', workbench_path(workbench), class: ' fa fa-chevron-right pull-right', title: t('.offers.see') +              = link_to '', workbench_path(workbench), class: ' fa fa-chevron-right pull-right', title: t('workbenches.index.offers.see')          - if workbench.referentials.present?            .list-group @@ -17,7 +17,7 @@                = link_to referential.name, referential_path(referential, workbench_id: referential.workbench_id, current_workbench_id: workbench.id), class: 'list-group-item'          - else            .panel-body -            em.small.text-muted = t('.offers.no_content') +            em.small.text-muted = t('workbenches.index.offers.no_content')      .panel.panel-default        .panel-heading @@ -51,4 +51,4 @@          .list-group              = link_to Chouette::Line.model_name.human.pluralize.capitalize, line_referential_lines_path(referential), class: 'list-group-item'              = link_to Chouette::Company.model_name.human.pluralize.capitalize, line_referential_companies_path(referential), class: 'list-group-item' -            = link_to "Réseaux", line_referential_networks_path(referential), class: 'list-group-item' +            = link_to Chouette::Network.model_name.human.pluralize.capitalize, line_referential_networks_path(referential), class: 'list-group-item' | 
