diff --git a/app/views/admin/shared/_status_attachments.html.haml b/app/views/admin/shared/_status_attachments.html.haml index 24af2b5f7dc..d34a4221db7 100644 --- a/app/views/admin/shared/_status_attachments.html.haml +++ b/app/views/admin/shared/_status_attachments.html.haml @@ -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?