mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-29 20:16:08 +08:00
refactor ticket front-end
This commit is contained in:
@@ -11,9 +11,9 @@ block main
|
||||
header= t('ticket.create_ticket')
|
||||
form.form-horizontal
|
||||
.form-group.padding
|
||||
input.input-title.form-control(type='text', placeholder= t('ticket.title'))
|
||||
input.form-control(name='title', type='text', placeholder= t('ticket.title'))
|
||||
.form-group.padding
|
||||
textarea.input-content.form-control(rows='15')
|
||||
textarea.form-control(name='content', rows='15')
|
||||
.form-group.padding
|
||||
button.btn.btn-lg.btn-primary.action-create(type='button')= t('ticket.create')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user