Skip to content

Commit

Permalink
erblint --lint-all -a
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Jan 25, 2024
1 parent 57a5b15 commit c0dd970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/reviews/_question_buttons.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<% question_type.value_range.each do |i| %>
<div class="flex-1 flex flex-col items-center text-center text-sm">
<%= f.radio_button(question_id, i, class: "rating-radio", required:) %>
<%= f.label("#{question_id}_#{i}".to_sym, question_type.label_for_value(i)) %>
<%= f.label(:"#{question_id}_#{i}", question_type.label_for_value(i)) %>
</div>
<% end %>
</div>

0 comments on commit c0dd970

Please sign in to comment.