2760: Add "move to a different folder" button to folders#show.
authorTom Clegg <tom@curoverse.com>
Wed, 21 May 2014 23:17:53 +0000 (19:17 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 21 May 2014 23:17:53 +0000 (19:17 -0400)
commit540dbe405430bc8d58a07cfff141b4b4bc9811c1
tree60e9d457d1d19a1e6c5a60a6cbfccc34f2db7f29
parent8f20c1723c0614fabedb2c2468932d9245a1fc86
2760: Add "move to a different folder" button to folders#show.
apps/workbench/app/assets/javascripts/select_modal.js [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/select_modal.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/folders_controller.rb
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/views/folders/_choose.html.erb [new file with mode: 0644]
apps/workbench/app/views/folders/_choose.js.erb [new file with mode: 0644]
apps/workbench/app/views/folders/_show_folders.html.erb
apps/workbench/app/views/folders/show.html.erb
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/config/routes.rb