X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..05ebed925ae2b5e7bf2a599536ba7d7ac15ffbf7:/app/views/election/_candidate_line_edit.rhtml diff --git a/app/views/election/_candidate_line_edit.rhtml b/app/views/election/_candidate_line_edit.rhtml index ea20a4f..bcb7cd9 100644 --- a/app/views/election/_candidate_line_edit.rhtml +++ b/app/views/election/_candidate_line_edit.rhtml @@ -1,24 +1,14 @@ -<% -%> -
-

<%= @current_candidate.name %> - (<%= link_to_remote "Delete", +

+
+ + <%=h @current_candidate.name %>
+
+ <%= link_to_remote "Delete", :complete => "Element.remove('cand#{@current_candidate.id}')", :url => { :action => :delete_candidate, - :id => @current_candidate.id } %> | - <%= link_to "Edit", :action => 'edit_candidate', :id => - @current_candidate.id %>)
-
- -
- <% if @current_candidate.picture? %> - - <% end %> - - Description:
- <%= h(@current_candidate.description) %> -
-
+ :id => @current_candidate.id } %> +
+
+ <%= render :partial => 'candidate_box_info' %>