mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
8 lines
No EOL
211 B
Text
8 lines
No EOL
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> |