Sign in

kpeclipse@up.edu.ph / auto-logs-api · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • auto-logs-api
  • app
  • views
  • layouts
  • mailer.html.erb
  • OJT21-52: Create base api
    f084ff15
    Samson Rollo Jr authored
    2021-07-30 18:06:28 +0800  
    Browse Files »
mailer.html.erb 229 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style>
      /* Email styles need to be inline */
    </style>
  </head>

  <body>
    <%= yield %>
  </body>
</html>