CommunityGrows/communitygrows

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

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
  </head>
  <body>
    <p> Dear Board Members, </p>
    <p>
      A new document has been added. Please log-in to the <%= link_to "Board Portal", "community-grows.herokuapp.com" %> to review.
      <br>
      <br>
      Thanks for all that you do,
      <br>
      Kelly and the CG Team
    </p>
  </body>
</html>