X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..0283f11b7fec9fcfb81093f9458e759ee7f91707:/app/views/election/edit.rhtml diff --git a/app/views/election/edit.rhtml b/app/views/election/edit.rhtml old mode 100755 new mode 100644 index af0cb49..40aaad2 --- a/app/views/election/edit.rhtml +++ b/app/views/election/edit.rhtml @@ -1,6 +1,6 @@ -

<%= @election.name %>: Edit Overview

+

<%=h @election.name %>: Edit Overview

-<%= start_form_tag :action => 'update', :id => @election %> +<% form_tag(:action => 'update', :id => @election) do %> <%= render :partial => 'overview_form' %> <%= submit_tag 'Done!' %> -<%= end_form_tag %> +<% end %>