mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
Merge 6eae92b2a9
into de09e33c92
This commit is contained in:
commit
3cc1f8c289
|
@ -1,7 +1,7 @@
|
||||||
- if status.with_poll?
|
- if status.with_poll?
|
||||||
.poll
|
.poll
|
||||||
%ul
|
%ul
|
||||||
- status.preloadable_poll.options.each_with_index do |option, _index|
|
- status.preloadable_poll.options.each do |option|
|
||||||
%li
|
%li
|
||||||
%label.poll__option.disabled<>
|
%label.poll__option.disabled<>
|
||||||
- if status.preloadable_poll.multiple?
|
- if status.preloadable_poll.multiple?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user