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
8fd0887f
Commit
8fd0887f
authored
Jun 30, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add issuable-list class to shared mr/issue lists to fix new responsive layout
parent
a6c02ce6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
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/fix-assigned-issuable-lists.yml
changelogs/unreleased/fix-assigned-issuable-lists.yml
+5
-0
No files found.
app/views/shared/_issues.html.haml
View file @
8fd0887f
-
if
@issues
.
to_a
.
any?
-
if
@issues
.
to_a
.
any?
.panel.panel-default.panel-small.panel-without-border
.panel.panel-default.panel-small.panel-without-border
%ul
.content-list.issues-list
%ul
.content-list.issues-list
.issuable-list
=
render
partial:
'projects/issues/issue'
,
collection:
@issues
=
render
partial:
'projects/issues/issue'
,
collection:
@issues
=
paginate
@issues
,
theme:
"gitlab"
=
paginate
@issues
,
theme:
"gitlab"
-
else
-
else
...
...
app/views/shared/_merge_requests.html.haml
View file @
8fd0887f
-
if
@merge_requests
.
to_a
.
any?
-
if
@merge_requests
.
to_a
.
any?
.panel.panel-default.panel-small.panel-without-border
.panel.panel-default.panel-small.panel-without-border
%ul
.content-list.mr-list
%ul
.content-list.mr-list
.issuable-list
=
render
partial:
'projects/merge_requests/merge_request'
,
collection:
@merge_requests
=
render
partial:
'projects/merge_requests/merge_request'
,
collection:
@merge_requests
=
paginate
@merge_requests
,
theme:
"gitlab"
=
paginate
@merge_requests
,
theme:
"gitlab"
...
...
changelogs/unreleased/fix-assigned-issuable-lists.yml
0 → 100644
View file @
8fd0887f
---
title
:
Add issuable-list class to shared mr/issue lists to fix new responsive layout
design
merge_request
:
author
:
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