This commit is contained in:
Matt Jankowski 2025-09-05 09:15:34 +00:00 committed by GitHub
commit 3cc1f8c289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
- if status.with_poll?
.poll
%ul
- status.preloadable_poll.options.each_with_index do |option, _index|
- status.preloadable_poll.options.each do |option|
%li
%label.poll__option.disabled<>
- if status.preloadable_poll.multiple?