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
425fdd79
Commit
425fdd79
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
parent
a6b828ca
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
16 deletions
+16
-16
app/assets/javascripts/badges/components/badge_form.vue
app/assets/javascripts/badges/components/badge_form.vue
+2
-2
app/assets/javascripts/ide/components/commit_sidebar/list.vue
...assets/javascripts/ide/components/commit_sidebar/list.vue
+1
-1
app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
...vascripts/ide/components/commit_sidebar/message_field.vue
+1
-1
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
...projects/shared/permissions/components/settings_panel.vue
+1
-1
app/assets/javascripts/profile/account/components/update_username.vue
...avascripts/profile/account/components/update_username.vue
+1
-1
app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_machine_type_dropdown.vue
...luster_dropdowns/components/gke_machine_type_dropdown.vue
+1
-1
app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_project_id_dropdown.vue
..._cluster_dropdowns/components/gke_project_id_dropdown.vue
+1
-1
app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_zone_dropdown.vue
...ts/gke_cluster_dropdowns/components/gke_zone_dropdown.vue
+1
-1
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+2
-2
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
app/views/projects/clusters/gcp/_form.html.haml
app/views/projects/clusters/gcp/_form.html.haml
+1
-1
app/views/projects/settings/ci_cd/_autodevops_form.html.haml
app/views/projects/settings/ci_cd/_autodevops_form.html.haml
+1
-1
No files found.
app/assets/javascripts/badges/components/badge_form.vue
View file @
425fdd79
...
...
@@ -160,7 +160,7 @@ export default {
@
input=
"debouncedPreview"
/>
<span
class=
"
help-block
"
class=
"
form-text text-muted
"
v-html=
"helpText"
></span>
</div>
...
...
@@ -176,7 +176,7 @@ export default {
@
input=
"debouncedPreview"
/>
<span
class=
"
help-block
"
class=
"
form-text text-muted
"
v-html=
"helpText"
></span>
</div>
...
...
app/assets/javascripts/ide/components/commit_sidebar/list.vue
View file @
425fdd79
...
...
@@ -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/javascripts/ide/components/commit_sidebar/message_field.vue
View file @
425fdd79
...
...
@@ -80,7 +80,7 @@ export default {
{{
__
(
'
Commit Message
'
)
}}
<span
v-popover=
"$options.popoverOptions"
class=
"
help-block
prepend-left-10"
class=
"
form-text text-muted
prepend-left-10"
>
<icon
name=
"question"
...
...
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
View file @
425fdd79
...
...
@@ -213,7 +213,7 @@
</i>
</div>
</div>
<span
class=
"
help-block
"
>
{{
visibilityLevelDescription
}}
</span>
<span
class=
"
form-text text-muted
"
>
{{
visibilityLevelDescription
}}
</span>
<label
v-if=
"visibilityLevel !== visibilityOptions.PRIVATE"
class=
"request-access"
...
...
app/assets/javascripts/profile/account/components/update_username.vue
View file @
425fdd79
...
...
@@ -99,7 +99,7 @@ Please update your Git repository remotes as soon as possible.`),
:disabled=
"isRequestPending"
/>
</div>
<p
class=
"
help-block
"
>
<p
class=
"
form-text text-muted
"
>
{{
path
}}
</p>
</div>
...
...
app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_machine_type_dropdown.vue
View file @
425fdd79
...
...
@@ -132,7 +132,7 @@ export default {
</div>
</div>
<span
class=
"
help-block
"
class=
"
form-text text-muted
"
:class=
"
{ 'gl-field-error': hasErrors }"
v-if="hasErrors"
>
...
...
app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_project_id_dropdown.vue
View file @
425fdd79
...
...
@@ -193,7 +193,7 @@ export default {
</div>
</div>
<span
class=
"
help-block
"
class=
"
form-text text-muted
"
:class=
"
{ 'gl-field-error': hasErrors }"
v-html="helpText"
>
</span>
...
...
app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_zone_dropdown.vue
View file @
425fdd79
...
...
@@ -106,7 +106,7 @@ export default {
</div>
</div>
<span
class=
"
help-block
"
class=
"
form-text text-muted
"
:class=
"
{ 'gl-field-error': hasErrors }"
v-if="hasErrors"
>
...
...
app/assets/stylesheets/pages/repo.scss
View file @
425fdd79
...
...
@@ -546,7 +546,7 @@
margin-right
:
0
;
}
&
.
help-block
{
&
.
form-text.text-muted
{
margin-left
:
0
;
right
:
0
;
}
...
...
@@ -952,7 +952,7 @@
height
:
30px
;
}
.
help-block
{
.
form-text.text-muted
{
margin-top
:
2px
;
color
:
$blue-500
;
cursor
:
pointer
;
...
...
app/views/admin/application_settings/_repository_mirrors_form.html.haml
View file @
425fdd79
...
...
@@ -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 @
425fdd79
...
...
@@ -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"
app/views/projects/clusters/gcp/_form.html.haml
View file @
425fdd79
...
...
@@ -23,7 +23,7 @@
%span
.dropdown-toggle-text
=
_
(
'Select project'
)
=
icon
(
'chevron-down'
)
%span
.
help-block
%span
.
form-text.text-muted
.form-group
=
provider_gcp_field
.
label
:zone
,
s_
(
'ClusterIntegration|Zone'
)
...
...
app/views/projects/settings/ci_cd/_autodevops_form.html.haml
View file @
425fdd79
...
...
@@ -34,7 +34,7 @@
=
form
.
label
:domain
,
class
:"prepend-top-10"
do
=
_
(
'Domain'
)
=
form
.
text_field
:domain
,
class:
'form-control'
,
placeholder:
'domain.com'
.
help-block
.
form-text.text-muted
=
s_
(
'CICD|A domain is required to use Auto Review Apps and Auto Deploy Stages.'
)
-
if
cluster_ingress_ip
=
cluster_ingress_ip
(
@project
)
=
s_
(
'%{nip_domain} can be used as an alternative to a custom domain.'
).
html_safe
%
{
nip_domain:
"<code>
#{
cluster_ingress_ip
}
.nip.io</code>"
.
html_safe
}
...
...
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