Refactored events output. Added links to authors of events

This commit is contained in:
Dmitriy Zaporozhets 2012-10-01 16:39:19 +03:00
parent 433387be35
commit 663dd6fad6
11 changed files with 43 additions and 54 deletions

View file

@ -33,7 +33,7 @@ module IssuesHelper
classes
end
def issue_tags
def issue_tags
@project.issues.tag_counts_on(:labels).map(&:name)
end