mlibrary / hydra-prototype

4 stars 6 forks source link

Customize item metadata page #57

Closed jmcglone closed 9 years ago

jmcglone commented 9 years ago

Resolves #32

Override default attribute display on item page by adding deep blue attributes contained within ./app/models/concerns/deep_blue/basic_metadata.rb

Attributes added were:

respinos commented 9 years ago

This template is getting invoked, but not rendering any attributes: looks like we'll need a custom work_show_presenter.rb:

    delegate :title, :description, :creator, :contributor, :subject, :publisher, :language,
             :embargo_release_date, :lease_expiration_date, :rights, to: :solr_document
jmcglone commented 9 years ago

@respinos Thanks Roger! I'll work on getting this setup