5034: Improve Workbench collection display.
authorBrett Smith <brett@curoverse.com>
Thu, 12 Mar 2015 14:15:39 +0000 (10:15 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 13 Mar 2015 19:14:05 +0000 (15:14 -0400)
commit2f27d8fa4c8f10989d1066df4df9c8995ee755f5
treee4bb514390380afa3ae1dc0935df9910de74410e
parent1bda9759f558316f01894634504a4346085be24d
5034: Improve Workbench collection display.

* Display the UUID, and make it auto-select for easy copying.
* Do the same for the portable data hash, and call it the content
  address to emphasize that.
* Display information about the collection's size on the show page and
  preview pane.  This relies on an updated Ruby SDK.
* Clean up code that checks for a portable data hash in the UUID.
  That can't happen anymore thanks to the redirect/list display logic
  in the controller.
apps/workbench/Gemfile
apps/workbench/Gemfile.lock
apps/workbench/app/assets/javascripts/application.js
apps/workbench/app/assets/stylesheets/application.css.scss
apps/workbench/app/views/application/_show_autoselect_text.html.erb [new file with mode: 0644]
apps/workbench/app/views/collections/_show_source_summary.html.erb
apps/workbench/app/views/collections/show.html.erb