diff options
author | Larry Li <larryli@qq.com> | 2016-03-24 06:21:03 +0800 |
---|---|---|
committer | Larry Li <larryli@qq.com> | 2016-03-24 06:21:03 +0800 |
commit | b0a44cb0c867b2eec84ba8bb4ac303d829848195 (patch) | |
tree | 70e71494ecbe50706ba756c54ac3d6e440dcd7ae /app/views/admin/applications/show.html.haml | |
parent | 3192db707183244bb21af382fe709c963ae96348 (diff) | |
download | gitlab-ce-b0a44cb0c867b2eec84ba8bb4ac303d829848195.tar.gz |
导入上一版本 8.5 汉化v8.6.0.zh0
Signed-off-by: Larry Li <larryli@qq.com>
Diffstat (limited to 'app/views/admin/applications/show.html.haml')
-rw-r--r-- | app/views/admin/applications/show.html.haml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/admin/applications/show.html.haml b/app/views/admin/applications/show.html.haml index 3eb9d61972b..ac94ac7fe2e 100644 --- a/app/views/admin/applications/show.html.haml +++ b/app/views/admin/applications/show.html.haml @@ -1,28 +1,28 @@ -- page_title @application.name, "Applications" +- page_title @application.name, "应用" %h3.page-title - Application: #{@application.name} + 应用: #{@application.name} .table-holder %table.table %tr %td - Application Id + 应用 Id %td %code#application_id= @application.uid %tr %td - Secret: + 密匙: %td %code#secret= @application.secret %tr %td - Callback url + 回调链接 %td - @application.redirect_uri.split.each do |uri| %div %span.monospace= uri .form-actions - = link_to 'Edit', edit_admin_application_path(@application), class: 'btn btn-primary wide pull-left' + = link_to '编辑', edit_admin_application_path(@application), class: 'btn btn-primary wide pull-left' = render 'delete_form', application: @application, submit_btn_css: 'btn btn-danger prepend-left-10' |