joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

Allow for customization of email views #191

Open rsmithlal opened 5 years ago

rsmithlal commented 5 years ago

In order to allow for the customization of the devise login mail templates #187 and the mailboxer email templates #51, we need to install the views from each gem to the project. Next, we need to actually customize those views to have the content that we are looking for.

rsmithlal commented 5 years ago

The invitation email template is located here: https://github.com/joatuapp/joatu-v2/blob/improvements/email-views/app/views/user_mailer/invitation_instructions.html.erb. Please be aware that any <% %> tags must be preserved when making changes

rsmithlal commented 4 years ago

Were these changes ever completed?

joatu commented 4 years ago

I don't recall if I ever updated this, but if we've opened up the front page for sign-ups, an invitation email is less important right now.