andela/workdey

View on GitHub
app/views/notification_mailer/send_contact_info.html.erb

Summary

Maintainability
Test Coverage
<div class="mail-wrapper">
  <h1>Your Workdey Notification</h1>
  <p>
  <%= "Hi #{@tasker.firstname}, " %><br/>
    You have one available notification on workdey
    check it out below:<br/>
  </p>
  <p>
   <%= "#{@fullname} has shared contact with you." %>
  </p><br/>
  <p> Below is  <%= @fullname %>'s contact info:
    <ul>
      <li> Phone Number: <%= @artisan.phone %></li>
      <li> Contact Address: <%= @artisan.street_address%>,<%= @artisan.city %>, <%= @artisan.state %> </li>
    </ul>
    <p>
      Thanks.
    </p>
  <p><a href="https://workdey-staging.herokuapp.com"> log in </a>to your workdey account to address this notification</p>
</div>