Move show-object content into tabs.
authorTom Clegg <tom@curoverse.com>
Tue, 4 Feb 2014 10:54:23 +0000 (02:54 -0800)
committerTom Clegg <tom@curoverse.com>
Tue, 4 Feb 2014 10:54:23 +0000 (02:54 -0800)
commit4bc4165ea8acbcfb2c1a19e0793a52c48d04cc59
treeaa0197b3efac16be76181648fdd5a2de0e79f97b
parent7e44e7ea12b604b8823c24f468c33e9f33fb6e5f
Move show-object content into tabs.

refs #1979
16 files changed:
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/authorized_keys_controller.rb
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/controllers/repositories_controller.rb
apps/workbench/app/controllers/virtual_machines_controller.rb
apps/workbench/app/helpers/authorized_keys_helper.rb
apps/workbench/app/helpers/repositories_helper.rb
apps/workbench/app/helpers/virtual_machines_helper.rb
apps/workbench/app/views/application/_show_attributes.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/index.html.erb
apps/workbench/app/views/application/show.html.erb
apps/workbench/app/views/collections/_show_files.html.erb [new file with mode: 0644]
apps/workbench/app/views/collections/_show_jobs.html.erb [new file with mode: 0644]
apps/workbench/app/views/collections/_show_provenance.html.erb [new file with mode: 0644]
apps/workbench/app/views/collections/_show_provenance_graph.html.erb [new file with mode: 0644]
apps/workbench/app/views/collections/_show_source_data.html.erb [new file with mode: 0644]