Files
iblog2/views/admin/exception.jade
2016-03-01 13:50:27 +08:00

20 lines
1.2 KiB
Plaintext

extends ../shared/layoutAdmin
block content
link(href='/libs/bootstrap-table/dist/bootstrap-table.min.css', rel='stylesheet')
.row.wrapper.border-bottom.white-bg.page-heading
.col-lg-8
h2 异常管理
.wrapper.wrapper-content.animated.fadeIn
.row
.col-lg-12
.ibox
.ibox-content
table#exceptions
script(type='text/javascript', src='/libs/jquery/dist/jquery.min.js', charset='utf-8')
script(type='text/javascript', src='/libs/bootstrap/dist/js/bootstrap.min.js', charset='utf-8')
script(type='text/javascript', src='/libs/metisMenu/dist/metisMenu.min.js', charset='utf-8')
script(type='text/javascript', src='/javascripts/admin.js', charset='utf-8')
script(type='text/javascript', src='/libs/bootstrap-table/dist/bootstrap-table.min.js', charset='utf-8')
script(type='text/javascript', src='/libs/bootstrap-table/dist/locale/bootstrap-table-zh-CN.min.js', charset='utf-8')
script(type='text/javascript', src='/libs/lodash/dist/lodash.min.js', charset='utf-8')
script(type='text/javascript', src='/javascripts/exception.js', charset='utf-8')