diff options
| author | cedricnjanga | 2018-04-10 09:40:58 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-04-24 12:08:37 -0700 |
| commit | 1f8d2759c545e60ab2989fc6331e55e95a3b0e67 (patch) | |
| tree | 973df3c31ffb6e498b5110dd4e859616d3bd4851 /app/views/referentials | |
| parent | ca8c0a0c829c9a55c531ed7c8422239473e09cff (diff) | |
| download | chouette-core-1f8d2759c545e60ab2989fc6331e55e95a3b0e67.tar.bz2 | |
Refs #6431 small changes on line & stop area status
Diffstat (limited to 'app/views/referentials')
| -rw-r--r-- | app/views/referentials/show.html.slim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/referentials/show.html.slim b/app/views/referentials/show.html.slim index b2a079ab4..3cdcff63b 100644 --- a/app/views/referentials/show.html.slim +++ b/app/views/referentials/show.html.slim @@ -40,8 +40,8 @@ end \ ), \ TableBuilderHelper::Column.new( \ - key: :state, \ - attribute: Proc.new { |n| line_status(n.deactivated?) } \ + key: :status, \ + attribute: Proc.new { |n| line_status(n.status) } \ ), \ TableBuilderHelper::Column.new( \ key: :transport_mode, \ |
