X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/cc4532dee83d19baf79b35fadf7064b9b5c3948a..1660465f3e072cbddc19b19f7f8869affb0694c5:/app/views/elections/_overview_form.rhtml diff --git a/app/views/elections/_overview_form.rhtml b/app/views/elections/_overview_form.rhtml new file mode 100644 index 0000000..b3715e1 --- /dev/null +++ b/app/views/elections/_overview_form.rhtml @@ -0,0 +1,13 @@ +<%= error_messages_for 'election' %> + + +


+<%= text_field 'election', 'name' %>

+ +


+<%= text_area 'election', 'description' %>

+ +

+<%= check_box 'election', 'anonymous', {}, 1, 0 %>

+ +