summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Collapse)AuthorAgeFilesLines
* Preserve info when redisplaying form on errors.Harald Eilertsen2015-10-131-9/+12
|
* Don't display error message when there's no errors.Harald Eilertsen2015-10-101-1/+1
|
* Upgrade jQueryHarald Eilertsen2015-10-101-1/+1
|
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-092-0/+71
| | | | | This instead of hard coding them in javascript. We will need the forms as ruby/erb templates anyways so no need to keep them two places.
* In layout, display errors directly from @band.errorsHarald Eilertsen2015-10-061-3/+3
|
* Test entering the form including javascript stuff.Harald Eilertsen2015-10-061-18/+18
|
* Redirect back to form and display error if no songs specified.Harald Eilertsen2015-10-051-0/+11
|
* Fix submitted view.Harald Eilertsen2015-10-041-2/+2
|
* Add route to handle submitted form.Harald Eilertsen2015-10-032-1/+41
|
* Separate out page header and boiler plate into layout.Harald Eilertsen2015-10-032-12/+13
|
* Transform to a Sinatra appHarald Eilertsen2015-10-031-0/+94