diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index 1d352f3..dd7e412 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -48,11 +48,11 @@ class CatalogController < ApplicationController # To move metadata above the map viewer, # remove the lines deleting and re-adding the :show partial config.show.display_type_field = 'format' - config.show.partials.delete(:show) + # config.show.partials.delete(:show) config.show.partials << 'show_default_viewer_container' config.show.partials << 'show_default_attribute_table' config.show.partials << 'show_default_viewer_information' - config.show.partials << :show + # config.show.partials << :show ## # Configure the index document presenter. @@ -108,7 +108,6 @@ class CatalogController < ApplicationController # config.add_facet_field Settings.FIELDS.PUBLISHER, :label => 'Publisher', :limit => 8 config.add_facet_field Settings.FIELDS.PROVIDER, :label => 'Provider', :limit => 8, item_component: Geoblacklight::IconFacetItemComponent config.add_facet_field Settings.FIELDS.GEOREFERENCED, :label => 'Georeferenced', :limit => 3 - # config.add_facet_field Settings.FIELDS.SOURCE, :label => 'Collection', :limit => 8, :show => false config.add_facet_field Settings.FIELDS.ANNOTATION, :label => 'Annotated', :limit => 8 # GEOBLACKLIGHT APPLICATION FACETS diff --git a/app/views/catalog/_home_text.html.erb b/app/views/catalog/_home_text.html.erb index c009906..5fedd97 100644 --- a/app/views/catalog/_home_text.html.erb +++ b/app/views/catalog/_home_text.html.erb @@ -18,7 +18,7 @@ <%= content_tag :div, '', id: 'map', aria: { label: t('geoblacklight.map.label') }, data: { map: 'home', 'catalog-path'=> search_catalog_path , 'map-geom' => Settings.HOMEPAGE_MAP_GEOM, basemap: geoblacklight_basemap, leaflet_options: leaflet_options } %> -
+
<%= t('geoblacklight.home.version', version: Geoblacklight::VERSION ) %>
diff --git a/app/views/shared/_header_navbar.html.erb b/app/views/shared/_header_navbar.html.erb index 0b8b90b..27f7051 100644 --- a/app/views/shared/_header_navbar.html.erb +++ b/app/views/shared/_header_navbar.html.erb @@ -20,8 +20,8 @@ <% else %>
-
- <%= content_tag :h3, t('geoblacklight.home.search_heading'), class: 'text-center' %> +
+ <%= content_tag :h2, t('geoblacklight.home.search_heading'), class: 'text-center' %>
diff --git a/app/views/shared/_top_navbar.html.erb b/app/views/shared/_top_navbar.html.erb index d0e9bd0..739077f 100644 --- a/app/views/shared/_top_navbar.html.erb +++ b/app/views/shared/_top_navbar.html.erb @@ -7,7 +7,7 @@

- <%= link_to 'GeoData', root_url %> + <%= link_to 'UMAP GeoData', root_url %>

diff --git a/app/views/shared/_umass_footer.html.erb b/app/views/shared/_umass_footer.html.erb index 9c4f00a..1982ab4 100644 --- a/app/views/shared/_umass_footer.html.erb +++ b/app/views/shared/_umass_footer.html.erb @@ -5,11 +5,11 @@ <%= image_tag('UMass_logo_white.png', alt: 'UMass Amherst', class: 'app-footer-logo', height: '150px') %>
-

GeoData

+

UMAP GeoData

  • <%= link_to('About', 'https://gis.library.umass.edu/data/geodata/', {class: 'nav-link'}) %>
  • -
  • <%=link_to('Help', 'https://gis.library.umass.edu/data/geodata/#help', {class: 'nav-link'})%>
  • -
  • <%=link_to('Contact', 'https://gis.library.umass.edu/learning-gis/consultations/', {class: 'nav-link'})%>
  • +
  • <%=link_to('Get Help', 'https://gis.library.umass.edu/learning-gis/get-help/', {class: 'nav-link'})%>
  • +
  • <%=link_to('View on GitHub', 'https://github.com/umass-gis/geoblacklight', {class: 'nav-link'})%>
@@ -24,13 +24,13 @@
diff --git a/config/locales/blacklight.en.yml b/config/locales/blacklight.en.yml index ae2ecb3..80260e0 100644 --- a/config/locales/blacklight.en.yml +++ b/config/locales/blacklight.en.yml @@ -1,6 +1,6 @@ en: blacklight: - application_name: 'GeoData' + application_name: 'UMAP GeoData' search: form: search: diff --git a/config/locales/geoblacklight.en.yml b/config/locales/geoblacklight.en.yml index 4bf4fcf..33b4206 100644 --- a/config/locales/geoblacklight.en.yml +++ b/config/locales/geoblacklight.en.yml @@ -23,7 +23,7 @@ en: export_geotiff_link: 'GeoTIFF' home: headline: 'Explore and discover...' - search_heading: 'Find the maps and data you need' + search_heading: 'UMass Amherst Portal for Geospatial Data' category_heading: 'Find by...' map_heading: 'Find by location' institution: 'Institution'