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
6e2633a3
Commit
6e2633a3
authored
Nov 23, 2020
by
Samantha Ming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misalignment by updating search to use Pajama
Issue:
https://gitlab.com/gitlab-org/gitlab/-/issues/225446
parent
098b6eb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-1
changelogs/unreleased/225446-fix-misalignment-author-dropdown.yml
...gs/unreleased/225446-fix-misalignment-author-dropdown.yml
+5
-0
No files found.
app/views/projects/commits/show.html.haml
View file @
6e2633a3
...
...
@@ -24,7 +24,7 @@
.control
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form js-signature-container'
,
data:
{
'signatures-path'
=>
namespace_project_signatures_path
})
do
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Search by message'
),
id:
'commits-search'
,
class:
'form-control
search-text-input input-short gl-mt-3 gl-sm-mt-0 gl-min-w-full
'
,
spellcheck:
false
}
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Search by message'
),
id:
'commits-search'
,
class:
'form-control
gl-form-input input-short gl-mt-3 gl-sm-mt-0 gl-min-w-full gl-inset-border-1-gray-200!
'
,
spellcheck:
false
}
.control.d-none.d-md-block
=
link_to
project_commits_path
(
@project
,
@ref
,
rss_url_options
),
title:
_
(
"Commits feed"
),
class:
'btn gl-button btn-svg'
do
=
sprite_icon
(
'rss'
,
css_class:
'qa-rss-icon'
)
...
...
changelogs/unreleased/225446-fix-misalignment-author-dropdown.yml
0 → 100644
View file @
6e2633a3
---
title
:
Fix misalignment of commit search by message input
merge_request
:
48430
author
:
type
:
fixed
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