X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..947bdc28cd01bc025ffde2af3472b38e5d30f9d1:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 8efa1b3..8d1861d 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -2,14 +2,14 @@


-<%= text_field 'election', 'name', :size => 60 %>

+<%= text_field :election, :name, :size => 60 %>


-<%= text_area 'election', 'description', :rows => 5, :cols => 60 %>

+<%= text_area :election, :description, :rows => 5, :cols => 60 %>