add /nodes status page
authorTom Clegg <tom@clinicalfuture.com>
Fri, 11 Jan 2013 18:27:04 +0000 (10:27 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Fri, 11 Jan 2013 18:27:04 +0000 (10:27 -0800)
commit504472ab1ec87a85e8bf0db6b869d2910271ef27
treebb1d78a2a53e40b92966f75cf8d169f2aa64f947
parentdbdd6294c9d81a3e91d5261318ea01f665e82e88
add /nodes status page
app/assets/javascripts/nodes.js.coffee [new file with mode: 0644]
app/assets/stylesheets/application.css
app/assets/stylesheets/nodes.css
app/assets/stylesheets/nodes.css.scss [new file with mode: 0644]
app/controllers/nodes_controller.rb [new file with mode: 0644]
app/models/node.rb
app/views/nodes/index.html.erb [new file with mode: 0644]
config/routes.rb