diff options
| author | jpl | 2017-06-07 15:37:00 +0200 |
|---|---|---|
| committer | jpl | 2017-06-07 15:37:00 +0200 |
| commit | d6f9a89a4540268fff798e6160b3d568e2ce6edb (patch) | |
| tree | 83929497ad761968446f29ad9e54bed1346c9841 | |
| parent | 9961a541408b5668f82e03821134c1ac8d0b85eb (diff) | |
| download | chouette-core-d6f9a89a4540268fff798e6160b3d568e2ce6edb.tar.bz2 | |
Refs #3444: adding actualize link to tt#index
| -rw-r--r-- | app/views/time_tables/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/time_tables/index.html.slim b/app/views/time_tables/index.html.slim index c17f96c85..402b09b98 100644 --- a/app/views/time_tables/index.html.slim +++ b/app/views/time_tables/index.html.slim @@ -20,7 +20,7 @@ "Nombre de courses associées" => Proc.new{ |tt| tt.vehicle_journeys.count }, "Journées d'application" => Proc.new{ |tt| (%w(monday tuesday wednesday thursday friday saturday sunday).collect{|d| tt.send(d) ? t("calendars.days.#{d}") : '' }).reject{|a| a.empty?}.join(', ').html_safe }, :calendar => Proc.new{ |tt| tt.calendar ? tt.calendar.try(:name) : '-' }, :updated_at => Proc.new {|tt| l(tt.updated_at, format: :short)} }, - [:show, :edit, :duplicate, :delete], + [:show, :edit, :duplicate, :actualize, :delete], [], 'table has-search' |
