Skip to content

Instantly share code, notes, and snippets.

@dopa
Created October 23, 2013 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dopa/7118515 to your computer and use it in GitHub Desktop.
Save dopa/7118515 to your computer and use it in GitHub Desktop.
<div class="nested-fields speaker-slot-fields">
<div id="speaker_from_list">
<%= f.association :speaker, :collection => current_organizer.org.speakers(:order => 'name') %>
&nbsp;
<%= link_to_remove_association f, { :class => "dIB vaM" } do %><i class="fui-cross"></i><% end %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment