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
2d3d1a20
Commit
2d3d1a20
authored
Apr 20, 2021
by
Sam Beckham
Committed by
Olena Horal-Koretska
Apr 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrades the final few bootstrap buttons
parent
4d38f010
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
6 deletions
+12
-6
app/views/admin/runners/show.html.haml
app/views/admin/runners/show.html.haml
+4
-3
app/views/projects/settings/operations/_configuration_banner.html.haml
...jects/settings/operations/_configuration_banner.html.haml
+1
-1
app/views/sherlock/queries/show.html.haml
app/views/sherlock/queries/show.html.haml
+1
-1
changelogs/unreleased/final-button-sweep.yml
changelogs/unreleased/final-button-sweep.yml
+5
-0
ee/app/views/shared/epic/_search_bar.html.haml
ee/app/views/shared/epic/_search_bar.html.haml
+1
-1
No files found.
app/views/admin/runners/show.html.haml
View file @
2d3d1a20
...
...
@@ -46,9 +46,10 @@
%tr
%td
=
form_tag
admin_runner_path
(
@runner
),
id:
'runner-projects-search'
,
class:
'form-inline'
,
method: :get
do
.form-group
=
search_field_tag
:search
,
params
[
:search
],
class:
'form-control'
,
spellcheck:
false
=
submit_tag
'Search'
,
class:
'btn'
.input-group
=
search_field_tag
:search
,
params
[
:search
],
class:
'form-control gl-form-input'
,
spellcheck:
false
.input-group-append
=
submit_tag
'Search'
,
class:
'gl-button btn btn-default'
%td
-
@projects
.
each
do
|
project
|
...
...
app/views/projects/settings/operations/_configuration_banner.html.haml
View file @
2d3d1a20
...
...
@@ -14,7 +14,7 @@
.col-sm-10
%p
.text-success.gl-mt-3
=
s_
(
'PrometheusService|GitLab manages Prometheus on your clusters.'
)
=
link_to
s_
(
'PrometheusService|Manage clusters'
),
project_clusters_path
(
project
),
class:
'
btn
'
=
link_to
s_
(
'PrometheusService|Manage clusters'
),
project_clusters_path
(
project
),
class:
'
gl-button btn btn-default
'
-
else
.col-sm-2
=
image_tag
'illustrations/monitoring/loading.svg'
...
...
app/views/sherlock/queries/show.html.haml
View file @
2d3d1a20
...
...
@@ -11,7 +11,7 @@
.row-content-block
.float-right
=
link_to
(
sherlock_transaction_path
(
@transaction
),
class:
'btn'
)
do
=
link_to
(
sherlock_transaction_path
(
@transaction
),
class:
'btn
gl-button btn-default
'
)
do
=
sprite_icon
(
'arrow-left'
)
=
t
(
'sherlock.transaction'
)
.oneline
...
...
changelogs/unreleased/final-button-sweep.yml
0 → 100644
View file @
2d3d1a20
---
title
:
Upgrades the final few bootstrap buttons
merge_request
:
59641
author
:
type
:
other
ee/app/views/shared/epic/_search_bar.html.haml
View file @
2d3d1a20
...
...
@@ -82,7 +82,7 @@
#js-dropdown-my-reaction
.filtered-search-input-dropdown-menu.dropdown-menu
%ul
{
data:
{
dropdown:
true
}
}
%li
.filter-dropdown-item
{
data:
{
value:
'None'
}
}
%button
.btn.btn-link
{
type:
'button'
}
%button
.
gl-button.
btn.btn-link
{
type:
'button'
}
=
_
(
'None'
)
%li
.filter-dropdown-item
{
data:
{
value:
'Any'
}
}
%button
.btn.btn-link
{
type:
'button'
}
...
...
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