Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / election / _candidate_form.rhtml
old mode 100644 (file)
new mode 100755 (executable)
index e9770b8..ed14dff
@@ -1,8 +1,11 @@
+<% %>
+
 <p>New candidate name:<br />
-<%= text_field :candidate, :name %></p>
+<%= text_field :candidate, :name, :size => 60 %></p>
  
 <p>Candidate description/platform (optional):<br />
-<%= text_area :candidate, :description %></p>
+<%= text_area :candidate, :description, :cols => 60, :rows => 5 %></p>
 
 <p>Candidate picture (optional and < 100x100 pixels):<br />
 <%= file_field :candidate, :picture %></p>
+

Benjamin Mako Hill || Want to submit a patch?