diff options
Diffstat (limited to 'app/views/admin/identities/index.html.haml')
-rw-r--r-- | app/views/admin/identities/index.html.haml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin/identities/index.html.haml b/app/views/admin/identities/index.html.haml index 741d111fb7d..c764cf01100 100644 --- a/app/views/admin/identities/index.html.haml +++ b/app/views/admin/identities/index.html.haml @@ -1,15 +1,15 @@ -- page_title "Identities", @user.name, "Users" +- page_title "身份", @user.name, "用户" = render 'admin/users/head' -= link_to 'New Identity', new_admin_user_identity_path, class: 'pull-right btn btn-new' += link_to '新身份', new_admin_user_identity_path, class: 'pull-right btn btn-new' - if @identities.present? .table-holder %table.table %thead %tr - %th Provider - %th Identifier + %th 提供者 + %th 身份 %th = render @identities - else - %h4 This user has no identities + %h4 此用户没有任何身份 |