Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pad
gwdg_codimd_server
Commits
69d222cd
Commit
69d222cd
authored
May 21, 2019
by
hholder
Browse files
change to sso login on both sign in buttons
parent
2b324d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/views/index/body.ejs
View file @
69d222cd
...
...
@@ -52,7 +52,7 @@
<% if (authProviders.facebook || authProviders.twitter || authProviders.github || authProviders.gitlab || authProviders.mattermost || authProviders.dropbox || authProviders.google || authProviders.ldap || authProviders.saml || authProviders.oauth2 || authProviders.email) { %>
<span class="ui-signin">
<br>
<a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal"
data-target=".signin-modal"
style="min-width: 200px;"><%= __('Sign In') %></a>
<a
href="<%- serverURL %>/auth/saml"
type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" style="min-width: 200px;"><%= __('Sign In') %></a>
</span>
<span class="ui-or"><%= __('or') %></span>
<% } %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment