Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
27b2853414c2
Commit
d5fcf0f6
authored
Aug 24, 2012
by
randx
Browse files
Show labels specific to project
parent
328f44d9f483
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/labels_controller.rb
View file @
27b28534
...
...
@@ -14,7 +14,7 @@ class LabelsController < ApplicationController
respond_to
:js
,
:html
def
index
@labels
=
I
ssue
.
tag_counts_on
(
:labels
)
@labels
=
@project
.
i
ssue
s
.
tag_counts_on
(
:labels
)
.
order
(
'count DESC'
)
end
protected
...
...
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