aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/stop_area_referentials/show.html.slim7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/stop_area_referentials/show.html.slim b/app/views/stop_area_referentials/show.html.slim
index 658004dcc..32fe950dc 100644
--- a/app/views/stop_area_referentials/show.html.slim
+++ b/app/views/stop_area_referentials/show.html.slim
@@ -9,5 +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
+
+ 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