aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/stop_areas/_form.html.erb2
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 %>