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
350f5574
Commit
350f5574
authored
Sep 11, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make labels clickable
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
412780cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+2
-1
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+2
-1
app/views/projects/merge_requests/_merge_request.html.haml
app/views/projects/merge_requests/_merge_request.html.haml
+2
-1
app/views/projects/merge_requests/show/_participants.html.haml
...iews/projects/merge_requests/show/_participants.html.haml
+2
-1
No files found.
app/views/projects/issues/_issue.html.haml
View file @
350f5574
...
...
@@ -31,7 +31,8 @@
.issue-labels
-
issue
.
labels
.
each
do
|
label
|
=
render_colored_label
(
label
)
=
link_to
project_issues_path
(
issue
.
project
,
label_name:
label
.
name
)
do
=
render_colored_label
(
label
)
.issue-actions
-
if
can?
current_user
,
:modify_issue
,
issue
...
...
app/views/projects/issues/show.html.haml
View file @
350f5574
...
...
@@ -68,6 +68,7 @@
.issue-show-labels.pull-right
-
@issue
.
labels
.
each
do
|
label
|
=
render_colored_label
(
label
)
=
link_to
project_issues_path
(
@project
,
label_name:
label
.
name
)
do
=
render_colored_label
(
label
)
.voting_notes
#notes
=
render
"projects/notes/notes_with_form"
app/views/projects/merge_requests/_merge_request.html.haml
View file @
350f5574
...
...
@@ -34,4 +34,5 @@
.merge-request-labels
-
merge_request
.
labels
.
each
do
|
label
|
=
render_colored_label
(
label
)
=
link_to
project_merge_requests_path
(
merge_request
.
project
,
label_name:
label
.
name
)
do
=
render_colored_label
(
label
)
app/views/projects/merge_requests/show/_participants.html.haml
View file @
350f5574
...
...
@@ -5,4 +5,5 @@
.merge-request-show-labels.pull-right
-
@merge_request
.
labels
.
each
do
|
label
|
=
render_colored_label
(
label
)
=
link_to
project_merge_requests_path
(
@project
,
label_name:
label
.
name
)
do
=
render_colored_label
(
label
)
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