Sha256: b8ec34b5c63a2ff41b78f8862c33a23823056d13d5ba821561afe29bd42eab91

Contents?: true

Size: 529 Bytes

Versions: 1

Compression:

Stored size: 529 Bytes

Contents

- if @resource.name
  = "#{t('users_mailer.notification_email.hello')}, #{@resource.name}!"
- else
  = "#{t('users_mailer.notification_email.hello')}!"
br
br
= I18n.t('passwords.email.content_html', :link => link_to(I18n.t('passwords.edit.submit'), "#{Catarse::Configuration[:base_url]}#{edit_password_path(@resource, :reset_password_token => @resource.reset_password_token)}", :style => 'color: #E75297;')).html_safe
br
br
= t('users_mailer.notification_email.salutation')
br
br
= t('users_mailer.notification_email.signature')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
catarse_core-1.0.0.beta app/views/catarse/devise/mailer/reset_password_instructions.html.slim