Refactored events output. Added links to authors of events
This commit is contained in:
parent
433387be35
commit
663dd6fad6
11 changed files with 43 additions and 54 deletions
|
@ -6,5 +6,9 @@ module ProjectsHelper
|
|||
def remove_from_team_message(project, member)
|
||||
"You are going to remove #{member.user_name} from #{project.name}. Are you sure?"
|
||||
end
|
||||
|
||||
def link_to_project project
|
||||
link_to project.name, project
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue