aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/networks
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/networks')
-rw-r--r--app/views/networks/_form.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/networks/_form.html.slim b/app/views/networks/_form.html.slim
index 6ee2a4512..362584f97 100644
--- a/app/views/networks/_form.html.slim
+++ b/app/views/networks/_form.html.slim
@@ -7,7 +7,7 @@
= f.input :version_date, :label_html => { :class => 'string optional col-sm-4 col-xs-5 control-label' }, :wrapper => :multi_select_inline
= f.input :description
= f.input :source_name
- = f.input :source_type_name, as: :select, :collection => source_type_name_label_pairs, :include_blank => true
+ = f.input :source_type_name, as: :select, :collection => Chouette::Network.source_type_name.options, :include_blank => true
= f.input :source_identifier
.separator