summaryrefslogtreecommitdiffstats
path: root/views/song.erb
Commit message (Collapse)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-211-0/+17
|
* Only show add song button if javascript enabled.Harald Eilertsen2018-09-211-1/+1
|
* Make filling out song info more ergonomic.Harald Eilertsen2018-09-211-2/+7
| | | | | + Use javascript to hide song details fields by default. + Add button to show song details fields when clicked.
* Add guiding help text to form.Harald Eilertsen2015-10-301-0/+19
|
* Make the form look a bit nicer again.Harald Eilertsen2015-10-301-26/+25
| | | | Made the song fields align under each other again.
* Time input field is unsuitable for song length.Harald Eilertsen2015-10-301-1/+1
|
* Change layout of song subform.Harald Eilertsen2015-10-301-31/+31
|
* Retain member and song info on errors in form.Harald Eilertsen2015-10-281-7/+10
|
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-091-0/+48
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.