emory-libraries / dlp-lux

Discovery for the DLP Cor Repository
2 stars 0 forks source link

Adds Persistent URL link to both Collection and Work views. #540 #560

Closed bwatson78 closed 4 years ago

bwatson78 commented 4 years ago
  1. catalog_controller.rb: ensures that the "id" key/value gets populated in view.
  2. _find_this_item.html.erb: changes render call to the new custom partial listed below.
  3. find_this_item.yml: includes id and it's label in fields for the presenter to digest.
  4. _find_this_item_block.html.erb: copies from metadata block but adds logic that formats the PURL correctly.
  5. spec*: adds test elements for the new metadata link.
bwatson78 commented 4 years ago
Screen Shot 2020-04-29 at 10 03 36 AM