This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Center-aligned login topbar (
#1880
)
* Center-aligned login topbar * Center-align OpenID login
master
Ethan Koenig
Lunny Xiao
8 years ago
parent
ca9169fbe9
commit
cbdd5f787c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/user/auth/signin_inner.tmpl
+1
-1
templates/user/auth/signin_openid.tmpl
+ 1
- 1
templates/user/auth/signin_inner.tmpl
View File
@@ -1,7 +1,7 @@
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
{{template "base/alert" .}}
{{end}}
<h4 class="ui top attached header">
<h4 class="ui top attached header
center
">
{{.i18n.Tr "auth.login_userpass"}}
</h4>
<div class="ui attached segment">
+ 1
- 1
templates/user/auth/signin_openid.tmpl
View File
@@ -3,7 +3,7 @@
{{template "user/auth/signin_navbar" .}}
<div class="ui container">
{{template "base/alert" .}}
<h4 class="ui top attached header">
<h4 class="ui top attached header
center
">
<i class="fa fa-openid"></i>
OpenID
</h4>
Write
Preview
Loading…
Cancel
Save