Commit 6acb8825 authored by Galen Evilla's avatar Galen Evilla

edit

parent edd4e3e8
<%= simple_form_for([:admin, @candidate]) do |f| %>
<div class="col-sm-12">
<%= f.input :first_name, label: 'First Name: '%>
</div>
<%= f.input :last_name, label: 'Last Name: '%>
<%= f.input :slogan, label: 'Slogan: '%>
<%= f.association :position, label: 'Position: '%>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment