aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2018-02-16 11:51:16 +0100
committerGitHub2018-02-16 11:51:16 +0100
commitd2c95b553ed7e7594692908700e70b84e567d014 (patch)
tree51c5abf081818c4868545c77e5ece33dd76a7f4e
parentb9d8119a5c74213f4f38b83cf0455e5f3af5cfbf (diff)
parentec93529c2c3d0fac747302beaaddc2f3adda4e0f (diff)
downloadchouette-core-d2c95b553ed7e7594692908700e70b84e567d014.tar.bz2
Merge pull request #313 from af83/5119_i18n_dashboard
Refs #5119 small changes for the dashboard traductions
-rw-r--r--app/views/dashboards/_dashboard.html.slim6
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'