diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-29 20:50:43 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-29 20:50:43 +0800 |
commit | d2aff9a46a20bfd5345fec8a88d2638997a833c0 (patch) | |
tree | f655789858cc809b080bcd49ee75824384e550a5 /templates/admin/user | |
parent | 904bf1a50b021798344f8e124439bdd6a4db9cfc (diff) | |
download | gitea-d2aff9a46a20bfd5345fec8a88d2638997a833c0.tar.gz gitea-d2aff9a46a20bfd5345fec8a88d2638997a833c0.zip |
Continue working on new admin pages
Diffstat (limited to 'templates/admin/user')
-rw-r--r-- | templates/admin/user/list.tmpl | 3 | ||||
-rw-r--r-- | templates/admin/user/new.tmpl | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/admin/user/list.tmpl b/templates/admin/user/list.tmpl index 39e348fdf0..51e6604fac 100644 --- a/templates/admin/user/list.tmpl +++ b/templates/admin/user/list.tmpl @@ -20,7 +20,7 @@ <tr> <th>Id</th> <th>{{.i18n.Tr "admin.users.name"}}</th> - <th>{{.i18n.Tr "admin.users.email"}}</th> + <th>{{.i18n.Tr "email"}}</th> <th>{{.i18n.Tr "admin.users.activated"}}</th> <th>{{.i18n.Tr "admin.users.admin"}}</th> <th>{{.i18n.Tr "admin.users.repos"}}</th> @@ -51,7 +51,6 @@ {{end}} </div> </div> - </div> </div> </div> diff --git a/templates/admin/user/new.tmpl b/templates/admin/user/new.tmpl index 19126ee0c4..0c4ad603ac 100644 --- a/templates/admin/user/new.tmpl +++ b/templates/admin/user/new.tmpl @@ -44,7 +44,7 @@ <input class="ipt ipt-large ipt-radius {{if .Err_Password}}ipt-error{{end}}" id="re-type" name="retype" type="password" required/> </div> <div class="field"> - <span class="form-label"></span> + <label></label> <button class="btn btn-blue btn-large btn-radius">{{.i18n.Tr "admin.users.new_account"}}</button> </div> </form> |