Sha256: 08366a7b7050daef882a5ff85e2470dbd0b178ee52f7c0a8c47f88ed07b1de61

Contents?: true

Size: 678 Bytes

Versions: 7

Compression:

Stored size: 678 Bytes

Contents

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

<div id="search-container" class="services-main span-24 column">
  <%= muck_form_for(:aggregation, :url => preview_aggregations_path(@parent), :html => {:method => :get}) do |f| -%>
    <%= render :partial => 'aggregations/preview_form', :locals => {:f => f} %>
  <% end -%>
</div>

<div id="search-container" class="services-main span-24 column">
  <h2><%= t('muck.services.latest_aggregations')%></h2>
  <%= render :partial => 'aggregations/aggregation', :collection => @aggregations %>
</div>

<% content_for :javascript do -%>
  <%= show_hide_on_click('searching_message', 'search') %>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
muck-services-3.3.0 app/views/aggregations/index.html.erb
muck-services-3.2.2 app/views/aggregations/index.html.erb
muck-services-3.2.1 app/views/aggregations/index.html.erb
muck-services-3.2.0 app/views/aggregations/index.html.erb
muck-services-3.1.1 app/views/aggregations/index.html.erb
muck-services-3.1.0 app/views/aggregations/index.html.erb
muck-services-3.0.0 app/views/aggregations/index.html.erb