Sha256: 27d106d7cc58d1b7a798b0ec11f057350115da5de0a5f2c1d332e9a22d0102e8

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

%h2= t('email.hello')

%p= t('email.user.login_info.first_info')
%p= t('email.user.login_info.second_info')
%p
  %strong= "#{t('activerecord.attributes.user.email')} :"
  = @user.email
%p
  %strong=  "#{t('activerecord.attributes.user.password')} :"
  = @password
%p= link_to t('email.user.login_info.btn_login'), new_user_session_url

%p= t('email.user.login_info.last_info', link: new_user_session_url ).html_safe

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/user_mailer/login_info.html.haml
cybele-1.9.1 templates/app/views/user_mailer/login_info.html.haml
cybele-1.9.0 templates/app/views/user_mailer/login_info.html.haml