整理国际化标识符

This commit is contained in:
jysperm
2014-04-19 16:45:39 +08:00
parent ee3f80e61e
commit 3eebb7dc08
10 changed files with 69 additions and 67 deletions

View File

@@ -1,15 +1,15 @@
extends ../layout
prepend head
title #{t("word.adminPanel")} | #{t('app.name')}
title #{t('admin.admin_panel')} | #{t('app.name')}
block main
header= t('word.adminPanel')
header= t('admin.admin_panel')
table.table.table-hover
thead
tr
th= t('word.username')
th= t('word.email')
th= t('account.username')
th= t('account.email')
tbody
for account in accounts
tr
@@ -18,4 +18,4 @@ block main
prepend sidebar
.row
a.btn.btn-lg.btn-success(href='/admin/ticket/')= t('view.ticket.list.title')
a.btn.btn-lg.btn-success(href='/admin/ticket/')= t('ticket.ticket_list')