Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.61 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.61 KB

screenshot

This is a sample Play application with the following features:

  • Modifications to the "default" application generated by the Play "new" command to eliminate checkstyle errors. See play-new-passcheckstyle for details.
  • Modifications to the main.scala.html template to load Twitter Bootstrap 3 files using CDN sites.
  • Modifications to illustrate simple page navigation through changes to the controller, the routes, and the view files.
  • Note that the navbar highlights the current active page.
  • Note that the main.css has a slight adjustment to the body padding due to the use of the fixed-top navbar.
  • Modifications to create very simple tests.