Sha256: d81483444365434f692c1f254aac5bff727256ded8fda51d5ba1f91aff697a0c

Contents?: true

Size: 679 Bytes

Versions: 45

Compression:

Stored size: 679 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.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

45 entries across 45 versions & 1 rubygems

Version Path
muck-services-0.1.47 app/views/aggregations/index.html.erb
muck-services-0.1.46 app/views/aggregations/index.html.erb
muck-services-0.1.45 app/views/aggregations/index.html.erb
muck-services-0.1.44 app/views/aggregations/index.html.erb
muck-services-0.1.43 app/views/aggregations/index.html.erb
muck-services-0.1.42 app/views/aggregations/index.html.erb
muck-services-0.1.41 app/views/aggregations/index.html.erb
muck-services-0.1.40 app/views/aggregations/index.html.erb
muck-services-0.1.39 app/views/aggregations/index.html.erb
muck-services-0.1.38 app/views/aggregations/index.html.erb
muck-services-0.1.37 app/views/aggregations/index.html.erb
muck-services-0.1.36 app/views/aggregations/index.html.erb
muck-services-0.1.35 app/views/aggregations/index.html.erb
muck-services-0.1.34 app/views/aggregations/index.html.erb
muck-services-0.1.33 app/views/aggregations/index.html.erb
muck-services-0.1.32 app/views/aggregations/index.html.erb
muck-services-0.1.31 app/views/aggregations/index.html.erb
muck-services-0.1.30 app/views/aggregations/index.html.erb
muck-services-0.1.29 app/views/aggregations/index.html.erb
muck-services-0.1.28 app/views/aggregations/index.html.erb