Sha256: a9995bb8a6fc0013fa565ac70e91a24266d9ef7bd4729c269968edb176db4412

Contents?: true

Size: 222 Bytes

Versions: 10

Compression:

Stored size: 222 Bytes

Contents

%P
  Hi #{@user.email},

%p
  We found the following teams linked to your email address:

  %ul
    - @teams.each do |team|
      %li
        Sign in at
        = link_to(team.name, new_user_session_url(team_id: team.id))

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jobshop-0.0.131 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.127 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.113 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.109 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.107 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.101 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.67 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.61 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.59 app/views/jobshop/teams_mailer/found_teams.html.haml
jobshop-0.0.53 app/views/jobshop/teams_mailer/found_teams.html.haml