diff options
| author | Luc Donnet | 2018-02-01 15:10:51 +0100 |
|---|---|---|
| committer | Luc Donnet | 2018-02-07 11:34:49 +0100 |
| commit | 274cbdc6dce4164da61902f216d8cece2ce52c5e (patch) | |
| tree | 2a476a8f8ba9bb1ad04440a1ea75ff0872c1d088 /app | |
| parent | de6ef9294f7a1890d6f9de479e965d571233a96e (diff) | |
| download | chouette-core-274cbdc6dce4164da61902f216d8cece2ce52c5e.tar.bz2 | |
Begin workbench output show refactoring to use stif guidelines
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/workbench_outputs/show.html.slim | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/workbench_outputs/show.html.slim b/app/views/workbench_outputs/show.html.slim index 4f71fb7ef..a9e106dbb 100644 --- a/app/views/workbench_outputs/show.html.slim +++ b/app/views/workbench_outputs/show.html.slim @@ -26,11 +26,7 @@ end \ ), \ TableBuilderHelper::Column.new( \ - key: :started_at, \ - attribute: Proc.new { |n| l(n.started_at, format: :long) if n.started_at }, \ - ), \ - TableBuilderHelper::Column.new( \ - key: :ended_at, \ + name: t(".table_headers.ended_at"), \ attribute: Proc.new { |n| l(n.ended_at, format: :long) if n.ended_at }, \ ), \ TableBuilderHelper::Column.new( \ |
