Fix little bugs
This commit is contained in:
parent
31d84d71d3
commit
d721863382
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue