X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/3096416bbb8fdc92d7619aecc8237a57532d9066..34fe63727a8929d7e9c529feee1f0c1e827acdfa:/app/views/election/_candidate_form.rhtml diff --git a/app/views/election/_candidate_form.rhtml b/app/views/election/_candidate_form.rhtml index 6e0fb1f..ed14dff 100644 --- a/app/views/election/_candidate_form.rhtml +++ b/app/views/election/_candidate_form.rhtml @@ -1,10 +1,10 @@ <% %>

New candidate name:
-<%= text_field :candidate, :name %>

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

Candidate description/platform (optional):
-<%= text_area :candidate, :description %>

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

Candidate picture (optional and < 100x100 pixels):
<%= file_field :candidate, :picture %>