Newer
Older
dmpopidor / app / views / user_mailer / project_access_removed_notification.html.erb
<% FastGettext.with_locale FastGettext.default_locale do %>
	<p><%= _('Hello ') %><%= @user.email %></p>

	<p><%= _('Your access to ') %>"<%= @plan.title %>"<%= _(' has been removed by ') %><%= @user.email %>.</p>
	
  <p>
    <%=_('All the best,')%>
    <br />
    <%= _('The ')%><%= Rails.configuration.branding[:application][:name] %><%=_(' team')%>.
  </p>
<% end %>