This commit is contained in:
swagg boi 2023-08-05 16:04:37 -04:00
parent cd16f08857
commit 766f8ced42

View file

@ -16,7 +16,7 @@
<p class="field-with-error">Should be a single number between
<%= $error->[2] %> and <%= $error->[3] %>.</p>
<% } =%>
<%= label_for answer => "What roman numeral is this?: $roman_numeral" %>
<%= label_for answer => "What Roman numeral is this?: $roman_numeral" %>
<%= number_field 'answer', (
id => 'answer',
min => 1,