X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/b47d1fbe36d5aeb9b79d6bbaab035ca448a3c3ef..adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08:/app/views/election/edit_general_information.rhtml diff --git a/app/views/election/edit_general_information.rhtml b/app/views/election/edit_general_information.rhtml new file mode 100644 index 0000000..c2f1cf5 --- /dev/null +++ b/app/views/election/edit_general_information.rhtml @@ -0,0 +1,9 @@ +
+ Election Overview + +
+ +<% form_tag(:action => 'update_general_information', :id => @election) do %> + <%= render :partial => 'overview_form' %> + <%= submit_tag 'Done' %> +<% end %>