summaryrefslogtreecommitdiffstats
path: root/views/song.erb
Commit message (Collapse)AuthorAgeFilesLines
* 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.