CommunityGrows/communitygrows

View on GitHub
app/views/notification_mailer/announcement_update_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>
      <%= @announcement.content %> 
      <br>
      <br>
      In community,
      <br>
      A member of CG
    </p>
  </body>
</html>