mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-12 08:41:23 -05:00
9 lines
203 B
Text
9 lines
203 B
Text
|
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")
|
||
|
});
|