Sha256: 052b55b5cf7374c177ee5d4e0e20d67b0e07f45b207aac3ec5a740b0b042589c

Contents?: true

Size: 1.58 KB

Versions: 11

Compression:

Stored size: 1.58 KB

Contents

<div class='jumbotron'>
  <div class='home-search-area'>
    <%= content_tag :h2, t('geoblacklight.home.headline') %>
    <%= content_tag :h3, t('geoblacklight.home.search_heading') %>
    <%= render_search_bar %>
  </div>
</div>

<div class='container'>
  <div class='row'>
    <div class='col-md-6'>
      <%= content_tag :h4, t('geoblacklight.home.category_heading'), class: 'text-center' %>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-home'></span>
        </div>
        <h3>Institution</h3>
        <%= render_facet_tags [:dct_provenance_s] %>
      </div>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-download'></span>
        </div>
        <h3>Data type</h3>
        <%= render_facet_tags [:layer_geom_type_s] %>
      </div>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-globe'></span>
        </div>
        <h3>Placename</h3>
        <%= render_facet_tags [:dct_spatial_sm] %>
      </div>
      <div class='category-block'>
        <div class='category-icon'>
          <span class='glyphicon glyphicon-tags'></span>
        </div>
        <h3>Subject</h3>
        <%= render_facet_tags [:dc_subject_sm] %>
      </div>
    </div>
    <div class='col-md-6 text-center'>
      <%= content_tag :h4, t('geoblacklight.home.map_heading') %>
      <%= content_tag :div, '', id: 'map', data: { map: 'home', 'catalog-path'=> catalog_index_path , 'map-bbox' => params[:bbox]} %>
    </div>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
geoblacklight-0.4.2 app/views/catalog/_home_text.html.erb
geoblacklight-0.4.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.4.0 app/views/catalog/_home_text.html.erb
geoblacklight-0.3.4 app/views/catalog/_home_text.html.erb
geoblacklight-0.3.3 app/views/catalog/_home_text.html.erb
geoblacklight-0.3.2 app/views/catalog/_home_text.html.erb
geoblacklight-0.3.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.3.0 app/views/catalog/_home_text.html.erb
geoblacklight-0.2.2 app/views/catalog/_home_text.html.erb
geoblacklight-0.2.1 app/views/catalog/_home_text.html.erb
geoblacklight-0.2.0 app/views/catalog/_home_text.html.erb