add authorized_keys views and editable fields
authorTom Clegg <tom@clinicalfuture.com>
Thu, 6 Jun 2013 22:19:52 +0000 (18:19 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Thu, 6 Jun 2013 22:19:52 +0000 (18:19 -0400)
commitb76f2e97b6f2efbe5e524776a6b6a53bbad43448
tree9c8df80eef14210e5b7818a83d466de10da0cfb0
parent43d640d643b3016953dae546c96ce99297c08639
add authorized_keys views and editable fields
13 files changed:
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/models/authorized_key.rb
apps/workbench/app/models/collection.rb
apps/workbench/app/models/job.rb
apps/workbench/app/models/pipeline_instance.rb
apps/workbench/app/views/application/_arvados_object.html.erb
apps/workbench/app/views/application/_arvados_object_attr.html.erb
apps/workbench/app/views/authorized_keys/_form.html.erb [new file with mode: 0644]
apps/workbench/app/views/authorized_keys/edit.html.erb [new file with mode: 0644]
apps/workbench/app/views/authorized_keys/index.html.erb
apps/workbench/app/views/authorized_keys/new.html.erb [new file with mode: 0644]
apps/workbench/app/views/authorized_keys/show.html.erb [new file with mode: 0644]