Sha256: 7be790efea98348c73e3b49c1b356b23908e10a02d388c36ca2ef94d3d7fbf8b

Contents?: true

Size: 486 Bytes

Versions: 5

Compression:

Stored size: 486 Bytes

Contents

<%# putting this in a partial so it can be called from catalog#index %>
<%# when no search params present %>
<div id="content_home" class="col-sm-12">

  <%# the banner for the carousel and search box %>
  <%= render :partial => 'pages/_home_partials/banner' %>

  <%# the browse sections - collections, map, etc. %>
  <%= render :partial => 'pages/_home_partials/browse' %>

  <%# the context sections - about, news %>
  <%= render :partial => 'pages/_home_partials/context' %>

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/views/pages/_home_partials/_home_content.html.erb
commonwealth-vlr-engine-0.0.4 app/views/pages/_home_partials/_home_content.html.erb
commonwealth-vlr-engine-0.0.3 app/views/pages/_home_partials/_home_content.html.erb
commonwealth-vlr-engine-0.0.2 app/views/pages/_home_partials/_home_content.html.erb
commonwealth-vlr-engine-0.0.1 app/views/pages/_home_partials/_home_content.html.erb