Skip to content

Commit

Permalink
Adds itemprop:creator back in because removing it didn't resolve the …
Browse files Browse the repository at this point in the history
…double span.
  • Loading branch information
mtribone committed Jun 16, 2016
1 parent 21f0455 commit f52a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/sufia/templates/catalog_controller.rb
Expand Up @@ -65,7 +65,7 @@ def self.modified_field
config.add_index_field solr_name("description", :stored_searchable), label: "Description", itemprop: 'description', helper_method: :iconify_auto_link
config.add_index_field solr_name("keyword", :stored_searchable), label: "Keyword", itemprop: 'keywords', link_to_search: solr_name("keyword", :facetable)
config.add_index_field solr_name("subject", :stored_searchable), label: "Subject", itemprop: 'about', link_to_search: solr_name("subject", :facetable)
config.add_index_field solr_name("creator", :stored_searchable), label: "Creator", link_to_search: solr_name("creator", :facetable)
config.add_index_field solr_name("creator", :stored_searchable), label: "Creator", itemprop: 'creator', link_to_search: solr_name("creator", :facetable)
config.add_index_field solr_name("contributor", :stored_searchable), label: "Contributor", itemprop: 'contributor', link_to_search: solr_name("contributor", :facetable)
config.add_index_field solr_name("proxy_depositor", :symbol), label: "Depositor", helper_method: :link_to_profile
config.add_index_field solr_name("depositor"), label: "Owner", helper_method: :link_to_profile
Expand Down

0 comments on commit f52a528

Please sign in to comment.