2659: Use a partial instead of a switch block for the not-so-generic "create object...
authorTom Clegg <tom@curoverse.com>
Wed, 4 Feb 2015 17:36:32 +0000 (12:36 -0500)
committerTom Clegg <tom@curoverse.com>
Wed, 4 Feb 2015 17:38:57 +0000 (12:38 -0500)
commit35c50eb231e3ea0f469db136c92ce9bb9d853ac1
treefcb887414f80ddad23fcc3fab68a80fe0b9ee093
parent08b3d5b95216643081c7749bc84a09659d554b7d
2659: Use a partial instead of a switch block for the not-so-generic "create object" button. Don't show one at /jobs or /collections.
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/models/authorized_key.rb
apps/workbench/app/views/application/_create_new_object_button.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/index.html.erb
apps/workbench/app/views/collections/_create_new_object_button.html.erb [new file with mode: 0644]
apps/workbench/app/views/jobs/_create_new_object_button.html.erb [new file with mode: 0644]
apps/workbench/app/views/users/_create_new_object_button.html.erb [new file with mode: 0644]