This is a minimal hyperloop app. No models added yet.
- added bootstrap css & js cdn app/views/layout/application.html.erb
- app.rb simply references two more components, navbar.rb & layout.rb
- navbar.rb references 3 components: PorterStatus, WaterStatus, and ValveButtons. All are just dummies which render a string
- layout.rb references 2 components: Sprinkle_list, and History_list. Both are dummies with render a string
- This should give me a rough navbar across the top, and two tables below, arranged side-by-side.
This configuration generates a large number of errors in the browser console window.