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
d82cbe7a
Commit
d82cbe7a
authored
May 29, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace help-block with form-text.text-muted (EE)
parent
71d59fc7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/javascripts/ide/components/commit_sidebar/list.vue
...assets/javascripts/ide/components/commit_sidebar/list.vue
+1
-1
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+1
-1
app/views/admin/application_settings/_repository_mirrors_form.html.haml
...n/application_settings/_repository_mirrors_form.html.haml
+1
-1
app/views/admin/application_settings/_terms.html.haml
app/views/admin/application_settings/_terms.html.haml
+2
-2
ee/app/views/admin/application_settings/_mirror_settings.html.haml
...ews/admin/application_settings/_mirror_settings.html.haml
+3
-3
No files found.
app/assets/javascripts/ide/components/commit_sidebar/list.vue
View file @
d82cbe7a
...
...
@@ -120,7 +120,7 @@ export default {
</ul>
<p
v-else
class=
"multi-file-commit-list
help-block
"
class=
"multi-file-commit-list
form-text text-muted
"
>
{{
__
(
'
No changes
'
)
}}
</p>
...
...
app/assets/stylesheets/pages/repo.scss
View file @
d82cbe7a
...
...
@@ -546,7 +546,7 @@
margin-right
:
0
;
}
&
.
help-block
{
&
.
form-text.text-muted
{
margin-left
:
0
;
right
:
0
;
}
...
...
app/views/admin/application_settings/_repository_mirrors_form.html.haml
View file @
d82cbe7a
...
...
@@ -9,7 +9,7 @@
=
f
.
label
:mirror_available
do
=
f
.
check_box
:mirror_available
Allow mirrors to be setup for projects
%span
.
help-block
%span
.
form-text.text-muted
If disabled, only admins will be able to setup mirrors in projects.
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'workflow/repository_mirroring'
)
...
...
app/views/admin/application_settings/_terms.html.haml
View file @
d82cbe7a
...
...
@@ -8,7 +8,7 @@
=
f
.
label
:enforce_terms
do
=
f
.
check_box
:enforce_terms
=
_
(
"Require all users to accept Terms of Service when they access GitLab."
)
.
help-block
.
form-text.text-muted
=
_
(
"When enabled, users cannot use GitLab until the terms have been accepted."
)
.form-group
.col-sm-12
...
...
@@ -16,7 +16,7 @@
=
_
(
"Terms of Service Agreement"
)
.col-sm-12
=
f
.
text_area
:terms
,
class:
'form-control'
,
rows:
8
.
help-block
.
form-text.text-muted
=
_
(
"Markdown enabled"
)
=
f
.
submit
_
(
"Save changes"
),
class:
"btn btn-success"
ee/app/views/admin/application_settings/_mirror_settings.html.haml
View file @
d82cbe7a
...
...
@@ -3,19 +3,19 @@
Maximum delay (Minutes)
.col-sm-10
=
f
.
number_field
:mirror_max_delay
,
class:
'form-control'
,
min:
0
%span
.
help-block
#mirror_max_delay_help_block
%span
.
form-text.text-muted
#mirror_max_delay_help_block
Maximum time between updates that a mirror can have when scheduled to synchronize.
.form-group
=
f
.
label
:mirror_max_capacity
,
class:
'control-label col-sm-2'
do
Maximum capacity
.col-sm-10
=
f
.
number_field
:mirror_max_capacity
,
class:
'form-control'
,
min:
0
%span
.
help-block
#mirror_max_capacity_help_block
%span
.
form-text.text-muted
#mirror_max_capacity_help_block
Maximum number of mirrors that can be synchronizing at the same time.
.form-group
=
f
.
label
:mirror_capacity_threshold
,
class:
'control-label col-sm-2'
do
Capacity threshold
.col-sm-10
=
f
.
number_field
:mirror_capacity_threshold
,
class:
'form-control'
,
min:
0
%span
.
help-block
#mirror_capacity_threshold
%span
.
form-text.text-muted
#mirror_capacity_threshold
Minimum capacity to be available before we schedule more mirrors preemptively.
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