BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
95f0d985
Commit
95f0d985
authored
Jan 19, 2017
by
Fatih Acet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'milestone-issuable-row-numbers' into 'master'
Fixed some HAML errors on milestone#show Closes #26799 and #26772 See merge request !8560
parents
f9964794
bbd71328
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
_issuable.html.haml
app/views/shared/milestones/_issuable.html.haml
+1
-1
_issuables.html.haml
app/views/shared/milestones/_issuables.html.haml
+1
-2
No files found.
app/views/shared/milestones/_issuable.html.haml
View file @
95f0d985
...
...
@@ -16,7 +16,7 @@
=
link_to_gfm
issuable
.
title
,
[
project
.
namespace
.
becomes
(
Namespace
),
project
,
issuable
],
title:
issuable
.
title
.issuable-detail
=
link_to
[
project
.
namespace
.
becomes
(
Namespace
),
project
,
issuable
]
do
%span
.issuable-number
>
= issuable.to_reference
%span
.issuable-number
=
issuable
.
to_reference
-
issuable
.
labels
.
each
do
|
label
|
=
link_to
polymorphic_path
(
base_url_args
,
{
milestone_title:
@milestone
.
title
,
label_name:
label
.
title
,
state:
'all'
})
do
...
...
app/views/shared/milestones/_issuables.html.haml
View file @
95f0d985
...
...
@@ -8,8 +8,7 @@
=
title
-
if
show_counter
.right
=
issuables
.
size
.pull-right
=
number_with_delimiter
(
issuables
.
size
)
=
number_with_delimiter
(
issuables
.
size
)
-
class_prefix
=
dom_class
(
issuables
).
pluralize
%ul
{
class:
"well-list #{class_prefix}-sortable-list"
,
id:
"#{class_prefix}-list-#{id}"
,
"data-state"
=>
id
}
...
...
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