mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
8 lines
211 B
Text
8 lines
211 B
Text
|
<div class="option">
|
||
|
<p>
|
||
|
<%= f.hidden_field :poll_id %>
|
||
|
<%= f.text_field :option %>
|
||
|
<%= f.check_box :_destroy %>
|
||
|
<%= link_to_function "remove", "$(this).up('.option').remove()" %>
|
||
|
</p>
|
||
|
</div>
|