mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-05 08:33:00 +00:00
Remove unused _index
iterator in admin partial (#36018)
This commit is contained in:
parent
de09e33c92
commit
350a802851
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user