3235: Show multiple object types in top-nav Search modal.
authorTom Clegg <tom@curoverse.com>
Sat, 26 Jul 2014 21:08:45 +0000 (17:08 -0400)
committerTom Clegg <tom@curoverse.com>
Sat, 26 Jul 2014 21:08:45 +0000 (17:08 -0400)
commit4898ba78d5cc0783a319f0742bb8bc0b4c15d7be
tree52295b39312bbd001520e7498e4cbe0d6c97b623
parente6e3c231b08a8f9786ea04c948f79c45604da1cc
3235: Show multiple object types in top-nav Search modal.
12 files changed:
apps/workbench/app/assets/javascripts/select_modal.js
apps/workbench/app/assets/stylesheets/select_modal.css.scss
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/search_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/models/group.rb
apps/workbench/app/views/collections/_choose_rows.html.erb
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/app/views/search/_choose_rows.html.erb [new file with mode: 0644]
apps/workbench/config/routes.rb
apps/workbench/test/controllers/search_controller_test.rb [new file with mode: 0644]
apps/workbench/test/helpers/search_helper_test.rb [new file with mode: 0644]