diff options
| author | Michel Etienne | 2012-03-30 15:49:14 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2012-03-30 15:49:14 +0200 | 
| commit | b2c92498973afe7922763429d90a478df90df87f (patch) | |
| tree | 97dc4c2eff38bad171b55959bb106594eb76c89e | |
| parent | 906c37b6ad52e48f67690042430c522a65d81107 (diff) | |
| parent | da46df7d4edc5ec66f416114fa85f0dce5e8d27d (diff) | |
| download | chouette-core-b2c92498973afe7922763429d90a478df90df87f.tar.bz2 | |
merged
| -rw-r--r-- | app/views/stop_areas/_form.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/stop_areas/_form.html.erb b/app/views/stop_areas/_form.html.erb index 7008b8292..dc953f5e0 100644 --- a/app/views/stop_areas/_form.html.erb +++ b/app/views/stop_areas/_form.html.erb @@ -7,7 +7,7 @@      <%= form.input :country_code %>                    <%= form.input :fare_code %>                    <%= form.input :registration_number %> -    <%= form.input :type, :as => :select, :collection => Chouette::StopArea.types, :include_blank => false, :member_label => Proc.new { |mode| t("area_types.label.#{mode}") }  %> +    <%= form.input :area_type, :as => :select, :collection => Chouette::StopArea.types, :include_blank => false, :member_label => Proc.new { |type| t("area_types.label.#{type}") }  %>      <% if @stop_area.new_record? %>        <%= form.input :objectid %>        <% else %> | 
