BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
aa19ca43
Unverified
Commit
aa19ca43
authored
Mar 26, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gray background from app setting expandable sections
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6f9ea7cb
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
24 deletions
+18
-24
_account_and_limit.html.haml
...s/admin/application_settings/_account_and_limit.html.haml
+1
-2
_help_page.html.haml
app/views/admin/application_settings/_help_page.html.haml
+1
-2
_pages.html.haml
app/views/admin/application_settings/_pages.html.haml
+1
-2
_signin.html.haml
app/views/admin/application_settings/_signin.html.haml
+1
-2
_signup.html.haml
app/views/admin/application_settings/_signup.html.haml
+1
-2
_visibility_and_access.html.haml
...min/application_settings/_visibility_and_access.html.haml
+1
-2
show.html.haml
app/views/admin/application_settings/show.html.haml
+12
-12
No files found.
app/views/admin/application_settings/_account_and_limit.html.haml
View file @
aa19ca43
...
...
@@ -35,5 +35,4 @@
=
f
.
check_box
:user_default_external
Newly registered users will by default be external
.form-actions
=
f
.
submit
'Save changes'
,
class:
'btn btn-success'
=
f
.
submit
'Save changes'
,
class:
'btn btn-success'
app/views/admin/application_settings/_help_page.html.haml
View file @
aa19ca43
...
...
@@ -16,5 +16,4 @@
.col-sm-10
=
f
.
text_field
:help_page_support_url
,
class:
'form-control'
,
placeholder:
'http://company.example.com/getting-help'
,
:'aria-describedby'
=>
'support_help_block'
%span
.help-block
#support_help_block
Alternate support URL for help page
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
app/views/admin/application_settings/_pages.html.haml
View file @
aa19ca43
...
...
@@ -16,5 +16,4 @@
sites. Users are required to demonstrate they control a domain before
it is enabled
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/project/pages/getting_started_part_three.md'
,
anchor:
'dns-txt-record'
)
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
app/views/admin/application_settings/_signin.html.haml
View file @
aa19ca43
...
...
@@ -53,5 +53,4 @@
.col-sm-10
=
f
.
text_area
:sign_in_text
,
class:
'form-control'
,
rows:
4
.help-block
Markdown enabled
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
app/views/admin/application_settings/_signup.html.haml
View file @
aa19ca43
...
...
@@ -53,5 +53,4 @@
=
f
.
text_area
:after_sign_up_text
,
class:
'form-control'
,
rows:
4
.help-block
Markdown enabled
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
app/views/admin/application_settings/_visibility_and_access.html.haml
View file @
aa19ca43
...
...
@@ -60,5 +60,4 @@
=
f
.
label
field_name
,
"
#{
type
.
upcase
}
SSH keys"
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
select
field_name
,
key_restriction_options_for_select
(
type
),
{},
class:
'form-control'
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
=
f
.
submit
'Save changes'
,
class:
"btn btn-success"
app/views/admin/application_settings/show.html.haml
View file @
aa19ca43
...
...
@@ -6,66 +6,66 @@
%section
.settings.as-visibility-access.no-animate
#js-visibility-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
Visibility and access controls
=
_
(
'Visibility and access controls'
)
%button
.btn.js-settings-toggle
=
expanded
?
'Collapse'
:
'Expand'
%p
Set default and restrict visibility levels. Configure import sources and git access protocol.
=
_
(
'Set default and restrict visibility levels. Configure import sources and git access protocol.'
)
.settings-content
=
render
'visibility_and_access'
%section
.settings.as-account-limit.no-animate
#js-account-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
Account and limit settings
=
_
(
'Account and limit settings'
)
%button
.btn.js-settings-toggle
=
expanded
?
'Collapse'
:
'Expand'
%p
Session expiration, projects limit and attachment size.
=
_
(
'Session expiration, projects limit and attachment size.'
)
.settings-content
=
render
'account_and_limit'
%section
.settings.as-signup.no-animate
#js-signup-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
Sign-up restrictions
=
_
(
'Sign-up restrictions'
)
%button
.btn.js-settings-toggle
=
expanded
?
'Collapse'
:
'Expand'
%p
Configure the way a user creates a new account.
=
_
(
'Configure the way a user creates a new account.'
)
.settings-content
=
render
'signup'
%section
.settings.as-signin.no-animate
#js-signin-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
Sign-in restrictions
=
_
(
'Sign-in restrictions'
)
%button
.btn.js-settings-toggle
=
expanded
?
'Collapse'
:
'Expand'
%p
Set requirements for a user to sign-in. Enable mandatory two-factor authentication.
=
_
(
'Set requirements for a user to sign-in. Enable mandatory two-factor authentication.'
)
.settings-content
=
render
'signin'
%section
.settings.as-help-page.no-animate
#js-help-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
Help page
=
_
(
'Help page'
)
%button
.btn.js-settings-toggle
=
expanded
?
'Collapse'
:
'Expand'
%p
Help page text and support page url.
=
_
(
'Help page text and support page url.'
)
.settings-content
=
render
'help_page'
%section
.settings.as-pages.no-animate
#js-pages-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
Pages
=
_
(
'Pages'
)
%button
.btn.js-settings-toggle
=
expanded
?
'Collapse'
:
'Expand'
%p
Size and domain settings for static websites
=
_
(
'Size and domain settings for static websites'
)
.settings-content
=
render
'pages'
...
...
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