From 66f205c2bf4471bf22342bf9c5aa8ccf3b89e4b9 Mon Sep 17 00:00:00 2001 From: Scott Silverman Date: Tue, 9 Aug 2011 15:19:06 -0400 Subject: [PATCH] change address field name --- app/views/main/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/main/index.html.haml b/app/views/main/index.html.haml index c83ed03..99bcdb5 100644 --- a/app/views/main/index.html.haml +++ b/app/views/main/index.html.haml @@ -6,7 +6,7 @@ = form_for :address, :html => {:id => "address_form"} do |f| = label_tag "city_state", "City", :id => "city_state_label" = select_tag "city_state", ''.html_safe, :tabindex => 10 - = label_tag "address", "Address", :id => "address_label" + = label_tag "address", "Address, Neighborhood", :id => "address_label" = text_field_tag "address", params[:address], :tabindex => 11 = hidden_field_tag "limit", params[:limit] || 20 = submit_tag "Find fire hydrants", :tabindex => 12