Move folders into a separate controller. Add description-editing.
authorTom Clegg <tom@curoverse.com>
Wed, 30 Apr 2014 15:43:26 +0000 (11:43 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 30 Apr 2014 17:52:20 +0000 (13:52 -0400)
commitc66afecd36cf7d91223b5db79f3e120954f8217d
tree7753902c0e218600a1b021601018782f84247023
parentcc22cd28f536fa6fd95732372177d36a94a4c08d
Move folders into a separate controller. Add description-editing.
17 files changed:
apps/workbench/app/assets/javascripts/folders.js [new file with mode: 0644]
apps/workbench/app/assets/javascripts/folders.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/application.css.scss
apps/workbench/app/assets/stylesheets/folders.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/folders_controller.rb [new file with mode: 0644]
apps/workbench/app/controllers/groups_controller.rb
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/helpers/folders_helper.rb [new file with mode: 0644]
apps/workbench/app/views/application/_show_recent.html.erb
apps/workbench/app/views/application/index.html.erb
apps/workbench/app/views/folders/show.html.erb [moved from apps/workbench/app/views/groups/show.html.erb with 76% similarity]
apps/workbench/app/views/groups/_show_recent.html.erb
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/config/routes.rb
apps/workbench/test/functional/folders_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/folders_helper_test.rb [new file with mode: 0644]