refactor ticket front-end

This commit is contained in:
jysperm
2015-01-22 01:05:18 +08:00
parent 40080f4ffb
commit 17a58237a6
7 changed files with 229 additions and 157 deletions

View File

@@ -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')