Compare commits

...

2 Commits

Author SHA1 Message Date
Matt Jankowski
e4a1a2f728
Merge 6eae92b2a9 into e7c30cd072 2025-09-04 14:07:20 +00:00
Matt Jankowski
6eae92b2a9 Remove unused _index iterator in admin partial 2025-09-04 08:36:20 -04:00

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?