<% content_for :discovery_insert do %> <% end %>

URL: <%= source_url_link @source %>

Events: <%= render :partial => 'events/list', :locals => { :events => @source.events } %>

<%= link_to 'Back', sources_path %> | <%= link_to 'Destroy', @source, :confirm => 'Are you sure?', :method => :delete %>