Sha256: e5f7c7f6e476751ac5ee783491089bfc81d14a7605e2cc396b38d1a99ad9b014
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
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='row'> <div class='col-md-6 text-center'> <%= content_tag :h4, t('geoblacklight.home.category_heading') %> <%= render_facet_tags [:dc_subject_sm] %> </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>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight-0.0.8 | app/views/catalog/_home_text.html.erb |
geoblacklight-0.0.7 | app/views/catalog/_home_text.html.erb |