mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-30 15:05:38 +08:00
add ticket address
This commit is contained in:
@@ -38,8 +38,7 @@ html
|
||||
#content.container
|
||||
.row
|
||||
.col-md-9
|
||||
.alert#page-alert
|
||||
button(type='button',class='close') ×
|
||||
.alert.alert-danger#page-alert
|
||||
block main
|
||||
|
||||
#sidebar.col-md-3
|
||||
|
||||
@@ -14,7 +14,7 @@ block main
|
||||
th= t('word.status')
|
||||
tbody
|
||||
for ticket in tickets
|
||||
tr
|
||||
tr(data-id= ticket.data._id)
|
||||
td= ticket.data.type
|
||||
td= ticket.data.title
|
||||
td= ticket.data.status
|
||||
|
||||
Reference in New Issue
Block a user