aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/import_resources
diff options
context:
space:
mode:
authorcedricnjanga2017-11-27 14:52:10 +0100
committercedricnjanga2017-11-27 14:52:10 +0100
commit9b2edfbf417bb5ee8e6e76d881a4fc6e20b0eda2 (patch)
treea2e8b47eb55c9de9418c51217597b50d43bc15a8 /app/views/import_resources
parent9e0cac19363315d8a0119a8a1ff350461b270614 (diff)
downloadchouette-core-9b2edfbf417bb5ee8e6e76d881a4fc6e20b0eda2.tar.bz2
Refs #5087 Take ImportResource metrics changes into account in views
Diffstat (limited to 'app/views/import_resources')
-rw-r--r--app/views/import_resources/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import_resources/index.html.slim b/app/views/import_resources/index.html.slim
index 849ed6d8d..57c83ce82 100644
--- a/app/views/import_resources/index.html.slim
+++ b/app/views/import_resources/index.html.slim
@@ -38,7 +38,7 @@
), \
TableBuilderHelper::Column.new( \
name: 'Résultat des tests' , \
- attribute: Proc.new { |n| I18n.t('import_resources.index.metrics', n.metrics.deep_symbolize_keys) }, \
+ attribute: Proc.new { |n| I18n.t('import_resources.index.metrics', import_resoruce_metrics(n.metrics) }, \
sortable: false, \
), \
TableBuilderHelper::Column.new( \