diff options
| author | Robert | 2017-05-04 14:36:25 +0200 |
|---|---|---|
| committer | Robert | 2017-05-04 14:36:40 +0200 |
| commit | a75b51bc9b4112d851a38f0e569565ce2c4602c6 (patch) | |
| tree | f64a170a35d3890fe8cead449bdb5317a00d1115 /app/views/line_referentials/show.html.slim | |
| parent | c697909ed7acedf020c695440cdf44b0332dbb35 (diff) | |
| download | chouette-core-a75b51bc9b4112d851a38f0e569565ce2c4602c6.tar.bz2 | |
easy change locale for testing and developping translations
Diffstat (limited to 'app/views/line_referentials/show.html.slim')
| -rw-r--r-- | app/views/line_referentials/show.html.slim | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/line_referentials/show.html.slim b/app/views/line_referentials/show.html.slim index 5c0df1a71..7d4067202 100644 --- a/app/views/line_referentials/show.html.slim +++ b/app/views/line_referentials/show.html.slim @@ -27,9 +27,12 @@ table.table thead tr - th Synchronisé - th Statut - th Message + / th Synchronisé + th = t('.synchronized') + / th Statut + th = t('.status') + / th Message + th = t('.message') tbody - @line_referential.line_referential_syncs.each_with_index do |sync, i| |
