Sha256: 2118f0ebbbe083a106058d40cb61cb0be3f598c8b4e31a8a26569e28d643e65e

Contents?: true

Size: 676 Bytes

Versions: 22

Compression:

Stored size: 676 Bytes

Contents

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

<div id="search-container" class="services-main span-24 column">
  <% custom_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.raker.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

22 entries across 22 versions & 1 rubygems

Version Path
muck-raker-0.2.11 app/views/aggregations/index.html.erb
muck-raker-0.2.10 app/views/aggregations/index.html.erb
muck-raker-0.2.9 app/views/aggregations/index.html.erb
muck-raker-0.2.8 app/views/aggregations/index.html.erb
muck-raker-0.2.7 app/views/aggregations/index.html.erb
muck-raker-0.2.6 app/views/aggregations/index.html.erb
muck-raker-0.2.5 app/views/aggregations/index.html.erb
muck-raker-0.2.4 app/views/aggregations/index.html.erb
muck-raker-0.2.3 app/views/aggregations/index.html.erb
muck-raker-0.2.2 app/views/aggregations/index.html.erb
muck-raker-0.2.0 app/views/aggregations/index.html.erb
muck-raker-0.1.49 app/views/aggregations/index.html.erb
muck-raker-0.1.48 app/views/aggregations/index.html.erb
muck-raker-0.1.47 app/views/aggregations/index.html.erb
muck-raker-0.1.46 app/views/aggregations/index.html.erb
muck-raker-0.1.45 app/views/aggregations/index.html.erb
muck-raker-0.1.43 app/views/aggregations/index.html.erb
muck-raker-0.1.42 app/views/aggregations/index.html.erb
muck-raker-0.1.41 app/views/aggregations/index.html.erb
muck-raker-0.1.40 app/views/aggregations/index.html.erb