aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/api/hub/reseau/show.hub.erb1
-rw-r--r--app/views/api/hub/transporteur/show.hub.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/api/hub/reseau/show.hub.erb b/app/views/api/hub/reseau/show.hub.erb
new file mode 100644
index 000000000..25f24dc6d
--- /dev/null
+++ b/app/views/api/hub/reseau/show.hub.erb
@@ -0,0 +1 @@
+<%= @network.id %>;<%= @network.name %>;<%= @network.registration_number %>
diff --git a/app/views/api/hub/transporteur/show.hub.erb b/app/views/api/hub/transporteur/show.hub.erb
new file mode 100644
index 000000000..3f175b053
--- /dev/null
+++ b/app/views/api/hub/transporteur/show.hub.erb
@@ -0,0 +1 @@
+<%= @company.id %>;<%= @company.name %>;<%= @company.registration_number %>