Fix little bugs

This commit is contained in:
Andrey Kumanyaev 2013-01-23 18:14:53 +04:00 committed by Dmitriy Zaporozhets
parent 31d84d71d3
commit d721863382
3 changed files with 5 additions and 3 deletions

View file

@ -9,9 +9,9 @@ module UserTeamsHelper
case entity
when 'issue' then
issues_team_path(@user_team, options)
issues_team_path(@team, options)
when 'merge_request'
merge_requests_team_path(@user_team, options)
merge_requests_team_path(@team, options)
end
end