Files
iblog2/views/admin/exception.pug
2019-04-01 13:54:12 +08:00

21 lines
1.2 KiB
Plaintext

extends ../shared/layoutAdmin
block content
link(href='/static/libs/bootstrap-table/dist/bootstrap-table.min.css', rel='stylesheet')
.row.wrapper.border-bottom.white-bg.page-heading
.col-lg-8
h2=__("admin.exception.exception_manage")
.wrapper.wrapper-content.animated.fadeIn
.row
.col-lg-12
.ibox
.ibox-content
table#exceptions
script(type='text/javascript', src='/nodeModules/jquery/dist/jquery.min.js', charset='utf-8')
script(type='text/javascript', src='/nodeModules/bootstrap/dist/js/bootstrap.min.js', charset='utf-8')
script(type='text/javascript', src='/nodeModules/metismenu/dist/metisMenu.min.js', charset='utf-8')
script(type='text/javascript', src=`${staticPrefix}/js/admin.js`, charset='utf-8')
script(type='text/javascript', src='/static/libs/bootstrap-table/dist/bootstrap-table.min.js', charset='utf-8')
script(type='text/javascript', src='/static/libs/bootstrap-table/dist/locale/bootstrap-table-zh-CN.min.js', charset='utf-8')
script(type='text/javascript', src='/nodeModules/lodash/lodash.min.js', charset='utf-8')
script(type='text/javascript', src=`${staticPrefix}/js/exception.js`, charset='utf-8')