X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..d06c024c7dddeca27c658b668ed313f3f107d2e6:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 8efa1b3..be90de6 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 %>