mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 09:53:38 +08:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
|
import ModalBodyView from "discourse/views/modal-body";
|
||
|
|
||
|
export default ModalBodyView.extend({
|
||
|
needs: ['modal'],
|
||
|
|
||
|
templateName: 'modals/poll-ui-builder',
|
||
|
title: I18n.t("poll.ui_builder.title")
|
||
|
});
|