diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-10-30 13:54:06 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-10-30 13:54:06 +0100 |
commit | f67121a270a345f718dd8e146b13a0fe84da1885 (patch) | |
tree | b1ca5092582e5610da5a175f7affcb11d0c72e4b /views | |
parent | 18e14344a41f661932e4d1d9738e2e8ed5aff497 (diff) | |
download | norsk-urskog-registrations-f67121a270a345f718dd8e146b13a0fe84da1885.tar.gz norsk-urskog-registrations-f67121a270a345f718dd8e146b13a0fe84da1885.tar.bz2 norsk-urskog-registrations-f67121a270a345f718dd8e146b13a0fe84da1885.zip |
Time input field is unsuitable for song length.
Diffstat (limited to 'views')
-rw-r--r-- | views/song.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/song.erb b/views/song.erb index d2df519..5dd023a 100644 --- a/views/song.erb +++ b/views/song.erb @@ -8,7 +8,7 @@ </span> <span class="field text optional"> <label for="band-song-<%= song_number %>-time">Lengde:</label> - <input type="time" pattern="[0-9]{1,2}:[0-9]{2}" + <input type="text" pattern="[0-9]{1,2}:[0-9]{2}" title="Spilletid i min:sek (mm:ss)" id="band-song-<%= song_number %>-time" name="band[songs][<%= song_number %>][time]" |