Add Admin/Nodes page
authorTom Clegg <tom@clinicalfuture.com>
Mon, 18 Nov 2013 19:21:30 +0000 (11:21 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 18 Nov 2013 19:21:30 +0000 (11:21 -0800)
commit3d6d295404e701cfc08127bbcb49bedbbea6dd0a
tree8e6400ab9c8ca457c5ead4b1498f924b97e5f36d
parenta53356fda6addbe7bb4aa132e17e13d5cd2a278e
Add Admin/Nodes page
12 files changed:
apps/workbench/app/assets/javascripts/nodes.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/nodes.css.scss [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/scaffolds.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/nodes_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/nodes_helper.rb [new file with mode: 0644]
apps/workbench/app/models/node.rb [new file with mode: 0644]
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/config/routes.rb
apps/workbench/test/fixtures/nodes.yml [new file with mode: 0644]
apps/workbench/test/functional/nodes_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/nodes_helper_test.rb [new file with mode: 0644]
apps/workbench/test/unit/node_test.rb [new file with mode: 0644]