Browse Source

Fix template reference

pull/710/head v0.1.25
baarkerlounger 3 years ago
parent
commit
c3572bfffd
  1. 2
      app/views/form/_numeric_question.html.erb

2
app/views/form/_numeric_question.html.erb

@ -8,5 +8,5 @@
width: question.width,
readonly: question.read_only?,
prefix_text: question.prefix.to_s,
suffix_text: question.suffix_label(case_log),
suffix_text: question.suffix_label(@case_log),
**stimulus_html_attributes(question) %>

Loading…
Cancel
Save