Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / election / _candidate_form.rhtml
1 <% %>
2
3 <p>New candidate name:<br />
4 <%= text_field :candidate, :name, :size => 60 %></p>
5  
6 <p>Candidate description/platform (optional):<br />
7 <%= text_area :candidate, :description, :cols => 60, :rows => 5 %></p>
8
9 <p>Candidate picture (optional and < 100x100 pixels):<br />
10 <%= file_field :candidate, :picture %></p>
11

Benjamin Mako Hill || Want to submit a patch?