File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 #login-with -gitlab code {
1717 font-size: 1.4em ;
1818 }
19- #revoke-access {
19+ #revoke-access, #sign-in {
2020 color: #666;
2121 font-size: 0.8em ;
2222 text-decoration: none;
2323 }
24- #revoke-access:hover {
24+ #revoke-access:hover, #sign-in:hover {
2525 text-decoration: underline;
2626 }
2727 </style>
3030<body>
3131 <div id= " panel" >
3232 <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
3538 </a>
3639 </p>
3740 <p>
You can’t perform that action at this time.
0 commit comments