Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add guiding help text to form. | Harald Eilertsen | 2015-10-30 | 1 | -6/+7 |
| | |||||
* | Move "required" mark before label in fields. | Harald Eilertsen | 2015-10-30 | 1 | -2/+3 |
| | |||||
* | Make the form look a bit nicer again. | Harald Eilertsen | 2015-10-30 | 1 | -1/+0 |
| | | | | Made the song fields align under each other again. | ||||
* | Remove ajax code for adding songs/members. | Harald Eilertsen | 2015-10-30 | 1 | -21/+0 |
| | |||||
* | Simplify form: Just use a textarea for members. | Harald Eilertsen | 2015-10-30 | 1 | -8/+0 |
| | |||||
* | Don't break lines between label and input field. | Harald Eilertsen | 2015-10-30 | 1 | -0/+5 |
| | |||||
* | Fix missing slash in XMLHttpRequest URLs. | Harald Eilertsen | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Use base location when creating URL for XMLHttpRequests. | Harald Eilertsen | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Change layout of song subform. | Harald Eilertsen | 2015-10-30 | 1 | -8/+25 |
| | |||||
* | Nicer styling of member add/delete buttons | Harald Eilertsen | 2015-10-28 | 1 | -0/+23 |
| | |||||
* | Drop dependency on jQuery. | Harald Eilertsen | 2015-10-28 | 1 | -13/+23 |
| | | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now. | ||||
* | Use ajax to get member and song subforms. | Harald Eilertsen | 2015-10-09 | 1 | -48/+8 |
| | | | | | 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. | ||||
* | Test entering the form including javascript stuff. | Harald Eilertsen | 2015-10-06 | 1 | -14/+14 |
| | |||||
* | Redirect back to form and display error if no songs specified. | Harald Eilertsen | 2015-10-05 | 1 | -1/+12 |
| | |||||
* | Add route to handle submitted form. | Harald Eilertsen | 2015-10-03 | 1 | -7/+7 |
| | |||||
* | Transform to a Sinatra app | Harald Eilertsen | 2015-10-03 | 2 | -0/+98 |