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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
73bfc15c
Commit
73bfc15c
authored
Oct 11, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always use symbols for type on LabelsHelper#link_to_label
parent
2deef25e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/helpers/labels_helper.rb
app/helpers/labels_helper.rb
+1
-1
app/views/projects/merge_requests/_merge_request.html.haml
app/views/projects/merge_requests/_merge_request.html.haml
+1
-1
No files found.
app/helpers/labels_helper.rb
View file @
73bfc15c
...
@@ -46,7 +46,7 @@ module LabelsHelper
...
@@ -46,7 +46,7 @@ module LabelsHelper
end
end
end
end
def
label_filter_path
(
subject
,
label
,
type:
issue
)
def
label_filter_path
(
subject
,
label
,
type:
:
issue
)
case
subject
case
subject
when
Group
when
Group
send
(
"
#{
type
.
to_s
.
pluralize
}
_group_path"
,
send
(
"
#{
type
.
to_s
.
pluralize
}
_group_path"
,
...
...
app/views/projects/merge_requests/_merge_request.html.haml
View file @
73bfc15c
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
-
if
merge_request
.
labels
.
any?
-
if
merge_request
.
labels
.
any?
-
merge_request
.
labels
.
each
do
|
label
|
-
merge_request
.
labels
.
each
do
|
label
|
=
link_to_label
(
label
,
subject:
merge_request
.
project
,
type:
'merge_request'
)
=
link_to_label
(
label
,
subject:
merge_request
.
project
,
type:
:merge_request
)
-
if
merge_request
.
tasks?
-
if
merge_request
.
tasks?
%span
.task-status
%span
.task-status
...
...
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