aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLuc Donnet2018-03-15 15:22:16 +0100
committerLuc Donnet2018-03-15 15:22:16 +0100
commite93784cba5e7f07d7ff4e20622088d9506816436 (patch)
tree886559f587b2b005d835103d7a31035d2194b9dc /app
parentb1b32c0c0adccedcfa198e6f65e8b6c83056946e (diff)
downloadchouette-core-e93784cba5e7f07d7ff4e20622088d9506816436.tar.bz2
Small fixes for i18n state Refs #6146 @16146-line-states
Diffstat (limited to 'app')
-rw-r--r--app/views/referentials/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referentials/show.html.slim b/app/views/referentials/show.html.slim
index 289e802d7..b2a079ab4 100644
--- a/app/views/referentials/show.html.slim
+++ b/app/views/referentials/show.html.slim
@@ -40,7 +40,7 @@
end \
), \
TableBuilderHelper::Column.new( \
- key: :deactivated, \
+ key: :state, \
attribute: Proc.new { |n| line_status(n.deactivated?) } \
), \
TableBuilderHelper::Column.new( \