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
6e1e7264
Commit
6e1e7264
authored
Aug 16, 2020
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a card-small class from HAML files
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
9e404d35
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/admin/requests_profiles/index.html.haml
app/views/admin/requests_profiles/index.html.haml
+1
-1
app/views/shared/_issues.html.haml
app/views/shared/_issues.html.haml
+1
-1
app/views/shared/_merge_requests.html.haml
app/views/shared/_merge_requests.html.haml
+1
-1
changelogs/unreleased/237145-bs4-card-small.yml
changelogs/unreleased/237145-bs4-card-small.yml
+5
-0
No files found.
app/views/admin/requests_profiles/index.html.haml
View file @
6e1e7264
...
...
@@ -11,7 +11,7 @@
-
if
@profiles
.
present?
.gl-mt-3
-
@profiles
.
each
do
|
path
,
profiles
|
.card
.card-small
.card
.card-header
%code
=
path
%ul
.content-list
...
...
app/views/shared/_issues.html.haml
View file @
6e1e7264
-
if
@issues
.
to_a
.
any?
.card.card-
small.card-
without-border
.card.card-without-border
%ul
.content-list.issues-list.issuable-list
{
class:
(
"manual-ordering"
if
@sort
==
'relative_position'
),
data:
{
group_full_path:
@group
&
.
full_path
}
}
=
render
partial:
'projects/issues/issue'
,
collection:
@issues
=
paginate
@issues
,
theme:
"gitlab"
...
...
app/views/shared/_merge_requests.html.haml
View file @
6e1e7264
-
if
@merge_requests
.
to_a
.
any?
.card.card-
small.card-
without-border
.card.card-without-border
%ul
.content-list.mr-list.issuable-list
=
render
partial:
'projects/merge_requests/merge_request'
,
collection:
@merge_requests
...
...
changelogs/unreleased/237145-bs4-card-small.yml
0 → 100644
View file @
6e1e7264
---
title
:
Remove a card-small class from HAML files
merge_request
:
39550
author
:
Takuya Noguchi
type
:
other
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