Skip to content

Commit

Permalink
temporary fix for DMPRoadmap/roadmap#2955
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Jun 24, 2021
1 parent c962b08 commit 1f8409d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
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' %>
8 changes: 8 additions & 0 deletions ugent/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@

sets path of wkhtmltopdf (like in DMPonline_v4)

- app/views/branded/user_mailer/permissions_change_notification.html.erb

overrides app/views/user_mailer/permissions_change_notification.html.erb

Fixes issue locally https://github.com/DMPRoadmap/roadmap/issues/2955

To be removed when issue is solved and branch merged

- app/views/branded/org_admin/shared/_theme_selector.html.erb

overrides app/views/org_admin/shared/_theme_selector.html.erb
Expand Down

0 comments on commit 1f8409d

Please sign in to comment.