UX: Automatically generate poll name for poll builder.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
<div class="modal-body poll-ui-builder">
|
||||
<form class="poll-ui-builder-form form-horizontal">
|
||||
<div class="input-group">
|
||||
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_name.label'}}</label>
|
||||
{{input name="poll-name" value=pollName placeholder=pollNamePlaceholder}}
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_type.label'}}</label>
|
||||
{{combo-box content=pollTypes
|
||||
|
||||
Reference in New Issue
Block a user