Skip to content

Commit

Permalink
Allow multiline votes
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Nov 7, 2023
1 parent 7d7f6cd commit 54e672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/papers/_vote_summary.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="form-group">
<div class="row">
<div class="col">
<%= f.text_field :comment, class: "form-control", placeholder: "Include a comment with your vote (required)" %>
<%= f.text_area :comment, class: "form-control", placeholder: "Include a comment with your vote (required)" %>
</div>
</div>
</div>
Expand Down

0 comments on commit 54e672b

Please sign in to comment.