From d982e4e0384d2845356bcf0a8ed6bb4da12093f0 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 27 Aug 2024 22:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/views/login.pug'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/login.pug b/src/views/login.pug index 9a131ab..a1e3bfc 100644 --- a/src/views/login.pug +++ b/src/views/login.pug @@ -21,7 +21,7 @@ block login_content form.form-horizontal(method='POST' action='') .form-group.row .col-sm-2 - label.control-label(for='username') Username: + label.control-label(for='username') 用户名: .col-sm-10 .input-group span.input-group-addon @@ -30,7 +30,7 @@ block login_content .form-group.row .col-sm-2 - label.control-label(for='password') Password: + label.control-label(for='password') 密码: .col-sm-10 .input-group span.input-group-addon @@ -40,6 +40,6 @@ block login_content .form-group.row .col-sm-2 .col-sm-10 - button.btn.btn-primary(type='submit') Login + button.btn.btn-primary(type='submit') 登录 = ' ' - a.btn.btn-default(href='/' name='cancel' role='button') Cancel + a.btn.btn-default(href='/' name='cancel' role='button') 取消