summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-217-0/+119
* Only show add song button if javascript enabled.Harald Eilertsen2018-09-211-1/+1
* Make filling out song info more ergonomic.Harald Eilertsen2018-09-212-7/+19
* Add mobile stylesheet for devices with narrow screens.Harald Eilertsen2018-09-131-1/+2
* Update yers for 2019 edition.Harald Eilertsen2018-09-104-5/+5
* Update pricing infostagingHarald Eilertsen2017-10-032-4/+11
* Don't validate again when checking if valid.Harald Eilertsen2017-10-021-1/+1
* Update registration email with more info.Harald Eilertsen2017-10-021-2/+11
* Fix return link in summary after submit.Harald Eilertsen2017-10-021-1/+1
* Update all references from 2017 to 2018.Harald Eilertsen2017-10-024-4/+4
* Fix styling and markup for postcode/city inputs.Harald Eilertsen2017-09-091-3/+4
* Split contact address into street, postcode and city.Harald Eilertsen2017-09-091-3/+19
* 2016->2017 and fix one typo.Harald Eilertsen2016-08-195-5/+5
* Move form intro text into asciidoc template.Harald Eilertsen2016-08-092-82/+79
* Close registrations for 2016Harald Eilertsen2016-02-061-0/+12
* Use numbered list for songs in submitted page.Harald Eilertsen2015-11-011-2/+2
* Add link to go back to main site from submitted page.Harald Eilertsen2015-11-011-0/+5
* Fix numbering of song forms.Harald Eilertsen2015-11-011-1/+1
* Include url to generated pdf in email.Harald Eilertsen2015-11-011-0/+7
* Don't list songs with no title in submitted view.Harald Eilertsen2015-11-011-1/+1
* TypoHarald Eilertsen2015-10-311-1/+1
* Replace home grown config with sinatra-config-fileHarald Eilertsen2015-10-301-1/+1
* Add guiding help text to form.Harald Eilertsen2015-10-302-6/+42
* Display the correct year.Harald Eilertsen2015-10-302-2/+2
* Make the form look a bit nicer again.Harald Eilertsen2015-10-301-26/+25
* Simplify form: Don't mess with adding songs, display them all at once.Harald Eilertsen2015-10-301-4/+2
* Simplify form: Just use a textarea for members.Harald Eilertsen2015-10-302-21/+7
* Time input field is unsuitable for song length.Harald Eilertsen2015-10-301-1/+1
* Change layout of song subform.Harald Eilertsen2015-10-302-32/+34
* Move add member button above member fields.Harald Eilertsen2015-10-281-1/+3
* Horizontal layout for membersHarald Eilertsen2015-10-281-13/+13
* Retain member and song info on errors in form.Harald Eilertsen2015-10-283-13/+22
* Drop dependency on jQuery.Harald Eilertsen2015-10-281-1/+0
* 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
* 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