Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
41e2be78
Commit
41e2be78
authored
Jul 18, 2019
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax errors in devise/sessions/_new_ldap
parent
f76669a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/devise/sessions/_new_ldap.html.haml
app/views/devise/sessions/_new_ldap.html.haml
+2
-2
No files found.
app/views/devise/sessions/_new_ldap.html.haml
View file @
41e2be78
...
...
@@ -3,10 +3,10 @@
=
form_tag
(
omniauth_callback_path
(
:user
,
server
[
'provider_name'
]),
id:
'new_ldap_user'
,
class:
"gl-show-field-errors"
)
do
.form-group
=
label_tag
:username
,
"
#{
server
[
'label'
]
}
Username"
=
text_field_tag
:username
,
nil
,
{
class:
"form-control top"
,
title:
"This field is required."
,
autofocus:
"autofocus"
,
data:
{
qa_selector:
'username_field'
}
required:
true
}
=
text_field_tag
:username
,
nil
,
{
class:
"form-control top"
,
title:
"This field is required."
,
autofocus:
"autofocus"
,
data:
{
qa_selector:
'username_field'
},
required:
true
}
.form-group
=
label_tag
:password
=
password_field_tag
:password
,
nil
,
{
class:
"form-control bottom"
,
title:
"This field is required."
,
data:
{
qa_selector:
'password_field'
}
required:
true
}
=
password_field_tag
:password
,
nil
,
{
class:
"form-control bottom"
,
title:
"This field is required."
,
data:
{
qa_selector:
'password_field'
}
,
required:
true
}
-
if
devise_mapping
.
rememberable?
.remember-me
%label
{
for:
"remember_me"
}
...
...
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