diff options
| author | Guillaume | 2017-11-28 17:34:01 +0100 | 
|---|---|---|
| committer | Guillaume | 2017-11-28 17:34:01 +0100 | 
| commit | 82f52c76f407d4f18699b4d4f0cc1c01275ca719 (patch) | |
| tree | 92a608a33ef61b6ffbdad6ec55e1827945c7f817 /app/views/networks | |
| parent | 9a8ddef8dbfec3ac656b0980a1614b8720e6a950 (diff) | |
| download | chouette-core-82f52c76f407d4f18699b4d4f0cc1c01275ca719.tar.bz2 | |
Refs #4824, #4825 fix wrong translate in lines, network, stop_area, enumerize for source_type_name, comments map display in stop_area form
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/_form.html.slim | 2 | 
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 | 
