diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:31:19 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:31:19 +0100 |
commit | 4fc8731b50c4c6daca4e5404c174f16a34799309 (patch) | |
tree | 1d4c1e0c183903f92a2199c70307b388955ad661 /app | |
parent | cea5f97667e4b2f48f3690e26ad91a07985fc8a8 (diff) |
Increased score form input size.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/scores/_form.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/scores/_form.html.erb b/app/views/scores/_form.html.erb index 87a924e..e8610c6 100644 --- a/app/views/scores/_form.html.erb +++ b/app/views/scores/_form.html.erb @@ -9,7 +9,8 @@ current_score&.value, in: 1..5, required: true, - placeholder: "Score (1-5)" %> + placeholder: "Score (1-5)", + size: 10 %> <%= label_tag "scores[#{criterium.id}][value]", criterium.name.capitalize %> </p> |