-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporary fix for DMPRoadmap/roadmap#2955
- Loading branch information
1 parent
c962b08
commit 1f8409d
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
app/views/branded/user_mailer/permissions_change_notification.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<p> | ||
<%= _('Hello %{username}') %{ username: @role.user.name } %> | ||
</p> | ||
<p> | ||
<%= _('Your permissions relating to %{plan_title} have changed. You now have %{type} access. This means you can %{placeholder1} %{placeholder2}') % { | ||
plan_title: @plan_title, | ||
type: @messaging[:type], | ||
placeholder1: @messaging[:placeholder1], | ||
placeholder2: @messaging[:placeholder2] | ||
} %> | ||
</p> | ||
<%= render partial: 'email_signature' %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters