Skip to content

Commit

Permalink
Merge pull request #75 from robfletcher/master
Browse files Browse the repository at this point in the history
fixed a couple of typos in templates
  • Loading branch information
robfletcher committed Mar 3, 2016
2 parents 53dc118 + dc310de commit b20939b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The following users are ex-employees but still own applications. We could not identify managers or team members to reassign to.

#foreach($event in $notification.additionalContext.events)
$application.owner.name<$application.owner.email> owns...
$event.user.name<$event.user.email> owns...
#foreach($application in $event.applications)
- $application.name in $application.accounts
#end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
The following users are ex-employees but still own applications. We have identified possible managers or team members to reassign to.

#foreach($event in $notification.additionalContext.events)
$application.owner.name<$application.owner.email> owns...
$event.user.name<$event.user.email> owns...
#foreach($application in $event.applications)
- $application.name in $application.accounts
#end
Suggest reassigning to $application.suggestedOwner.name<$application.suggestedOwner.email>
Suggest reassigning to $event.suggestedUser.name<$event.suggestedUser.email>

#end

0 comments on commit b20939b

Please sign in to comment.