diff options
| author | Xinhui | 2016-09-29 15:25:37 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-09-29 15:28:47 +0200 | 
| commit | 5dedb1352f274113e97a2554d9249e56a865a4bf (patch) | |
| tree | 5ae8317d400795312f485433c0ebd47bd3c5a71f /app/views/stop_area_referentials | |
| parent | 98a5b302923bf369c14e35a506af94b84e32c7ee (diff) | |
| download | chouette-core-5dedb1352f274113e97a2554d9249e56a865a4bf.tar.bz2 | |
Add started_at, ended_at, status to stop_area_referential_syncs
Refs #1710
Diffstat (limited to 'app/views/stop_area_referentials')
| -rw-r--r-- | app/views/stop_area_referentials/show.html.slim | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/app/views/stop_area_referentials/show.html.slim b/app/views/stop_area_referentials/show.html.slim index 32fe950dc..761393013 100644 --- a/app/views/stop_area_referentials/show.html.slim +++ b/app/views/stop_area_referentials/show.html.slim @@ -9,12 +9,12 @@        span.badge = @stop_area_referential.stop_areas.size        = link_to Referential.human_attribute_name("stop_areas"), stop_area_referential_stop_areas_path(@stop_area_referential) -- unless @stop_area_referential.stop_area_referential_sync.stop_area_sync_operations.empty? -  h3 Historique des synchronisations +/ - unless @stop_area_referential.stop_area_referential_sync.stop_area_sync_operations.empty? +/   h3 Historique des synchronisations -  ul.list-group width="75%" -    - @stop_area_referential.stop_area_referential_sync.stop_area_sync_operations.each do |sync| -      li = "#{sync.created_at.to_formatted_s(:short)} - #{sync.message}" +/   ul.list-group width="75%" +/     - @stop_area_referential.stop_area_referential_sync.stop_area_sync_operations.each do |sync| +/       li = "#{sync.created_at.to_formatted_s(:short)} - #{sync.message}"  - content_for :sidebar do -  ul.actions
\ No newline at end of file +  ul.actions | 
