diaspora/app/views/devise/mailer/invitation_instructions.markerb
Steven Hancock 56db268613 Use markerb for emails
* Add markerb to the Gemfile
* Update mailer classes to send multipart text+html emails
* Simplify all email templates and convert to Markdown+ERB

This required stripping the CSS and images from the emails. All
Markdown templates are based on the original HTML version except
for the inviter, where it was much easier to work with the text
version (and the i18n contains the whole message anyway).
2012-05-07 19:41:30 -07:00

1 line
71 B
Text

<%= t('.message', :invite_url => invite_code_url(@invitation_code)) %>