File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 16
16
#login-with-gitlab code {
17
17
font-size: 1.4em;
18
18
}
19
- #revoke-access {
19
+ #revoke-access, #sign-in {
20
20
color: #666;
21
21
font-size: 0.8em;
22
22
text-decoration: none;
23
23
}
24
- #revoke-access:hover {
24
+ #revoke-access:hover, #sign-in:hover {
25
25
text-decoration: underline;
26
26
}
27
27
</style>
30
30
<body>
31
31
<div id="panel">
32
32
<p>
33
- <a id="gitlab-icon" href="{{.GitlabWebUri}}/oauth/authorize?client_id={{.ClientId}}&redirect_uri={{.RedirectUri}}&response_type=code&state=&scope=read_user">
34
- <img src="https://about.gitlab.com/images/press/logo/png/gitlab-logo-gray-stacked-rgb.png" width="155px" height="155px"></img>
33
+ <img src="https://about.gitlab.com/images/press/logo/png/gitlab-logo-gray-stacked-rgb.png" width="155px" height="155px"></img>
34
+ </p>
35
+ <p>
36
+ <a id="sign-in" href="{{.GitlabWebUri}}/oauth/authorize?client_id={{.ClientId}}&redirect_uri={{.RedirectUri}}&response_type=code&state=&scope=read_user">
37
+ Login
35
38
</a>
36
39
</p>
37
40
<p>
You can’t perform that action at this time.
0 commit comments