Finalize milestones for Merge Requests

This commit is contained in:
randx 2012-10-29 23:45:11 +02:00
parent d4e070cfad
commit f417a265d7
9 changed files with 57 additions and 25 deletions

View file

@ -10,5 +10,9 @@ module ProjectsHelper
def link_to_project project
link_to project.name, project
end
def tm_path team_member
project_team_member_path(@project, team_member)
end
end