Sha256: cbf0cba3c747f814736b98608fcef52b2a3b48b8df19b96141ca83ccd44533d6

Contents?: true

Size: 508 Bytes

Versions: 22

Compression:

Stored size: 508 Bytes

Contents

<%= output_errors('', {:class => 'help-box'}) %>

<% custom_form_for(:aggregation, :url => preview_aggregations_path(@parent), :html => {:method => :get}) do |f| -%>
  <div id="add-data-source" class="services-main span-6 column">
    <%= render :partial => 'aggregations/preview_form', :locals => {:f => f} %>
  </div>
  <div id="data-sources" class="services-main span-16 column">
    <h2><%= I18n.t('muck.raker.available_sources') %></h2>
    <%= data_sources(@service_categories) %>
  </div>
<% end -%>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
muck-raker-0.1.39 app/views/aggregations/new.html.erb
muck-raker-0.1.38 app/views/aggregations/new.html.erb