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
4e584a27
Commit
4e584a27
authored
Oct 18, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing div in app/views/devise/shared/_signin_box.html.haml
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
044a5ce6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
app/views/devise/sessions/_new_kerberos.html.haml
app/views/devise/sessions/_new_kerberos.html.haml
+2
-2
app/views/devise/shared/_signin_box.html.haml
app/views/devise/shared/_signin_box.html.haml
+3
-1
db/schema.rb
db/schema.rb
+5
-5
No files found.
app/views/devise/sessions/_new_kerberos.html.haml
View file @
4e584a27
=
form_tag
(
omniauth_callback_path
(
:user
,
:kerberos
),
id:
'new_kerberos_user'
,
class:
'show-gl-field-errors'
)
do
.form-group
=
label_tag
:username
,
'
Username or email
'
=
label_tag
:username
,
'
Login
'
=
text_field_tag
:username
,
nil
,
{
class:
"form-control top"
,
placeholder:
"Kerberos Login"
,
autofocus:
"autofocus"
}
.form-group
=
label_tag
:password
=
password_field_tag
:password
,
nil
,
{
class:
"form-control bottom"
,
placeholder:
"Password"
}
=
submit_tag
"
Kerberos
Sign in"
,
class:
"btn-save btn"
=
submit_tag
"Sign in"
,
class:
"btn-save btn"
app/views/devise/shared/_signin_box.html.haml
View file @
4e584a27
...
...
@@ -19,4 +19,6 @@
=
render
'devise/sessions/new_base'
-
elsif
signin_enabled?
=
render
'devise/sessions/new_base'
.login-box.tab-pane.active
{
id:
'login-pane'
,
role:
'tabpanel'
}
.login-body
=
render
'devise/sessions/new_base'
db/schema.rb
View file @
4e584a27
...
...
@@ -793,15 +793,15 @@ ActiveRecord::Schema.define(version: 20161007133303) do
t
.
boolean
"share_with_group_lock"
,
default:
false
t
.
integer
"visibility_level"
,
default:
20
,
null:
false
t
.
boolean
"request_access_enabled"
,
default:
true
,
null:
false
t
.
datetime
"deleted_at"
t
.
string
"ldap_sync_status"
,
default:
"ready"
,
null:
false
t
.
string
"ldap_sync_error"
t
.
datetime
"ldap_sync_last_update_at"
t
.
datetime
"ldap_sync_last_successful_update_at"
t
.
datetime
"ldap_sync_last_sync_at"
t
.
datetime
"deleted_at"
t
.
text
"description_html"
t
.
boolean
"lfs_enabled"
t
.
integer
"repository_size_limit"
t
.
text
"description_html"
end
add_index
"namespaces"
,
[
"created_at"
],
name:
"index_namespaces_on_created_at"
,
using: :btree
...
...
@@ -1019,12 +1019,12 @@ ActiveRecord::Schema.define(version: 20161007133303) do
t
.
boolean
"only_allow_merge_if_build_succeeds"
,
default:
false
,
null:
false
t
.
boolean
"has_external_issue_tracker"
t
.
string
"repository_storage"
,
default:
"default"
,
null:
false
t
.
boolean
"repository_read_only"
t
.
boolean
"request_access_enabled"
,
default:
true
,
null:
false
t
.
boolean
"has_external_wiki"
t
.
boolean
"repository_read_only"
t
.
boolean
"lfs_enabled"
t
.
integer
"repository_size_limit"
t
.
text
"description_html"
t
.
integer
"repository_size_limit"
end
add_index
"projects"
,
[
"ci_id"
],
name:
"index_projects_on_ci_id"
,
using: :btree
...
...
@@ -1385,8 +1385,8 @@ ActiveRecord::Schema.define(version: 20161007133303) do
t
.
boolean
"note_events"
,
default:
false
,
null:
false
t
.
boolean
"enable_ssl_verification"
,
default:
true
t
.
boolean
"build_events"
,
default:
false
,
null:
false
t
.
string
"token"
t
.
boolean
"wiki_page_events"
,
default:
false
,
null:
false
t
.
string
"token"
t
.
boolean
"pipeline_events"
,
default:
false
,
null:
false
t
.
boolean
"confidential_issues_events"
,
default:
false
,
null:
false
end
...
...
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