mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
UX: Add info when poll is public.
This commit is contained in:
@ -138,6 +138,10 @@
|
||||
if (help) { info.push(["p", help]); }
|
||||
}
|
||||
|
||||
if (attributes[DATA_PREFIX + "public"] === "true") {
|
||||
info.push(["p", I18n.t("poll.public.title")]);
|
||||
}
|
||||
|
||||
poll.push(info);
|
||||
|
||||
// 3 - BUTTONS
|
||||
|
Reference in New Issue
Block a user