API de comptabilité horaire.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

mailer.html.erb 229B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style>
  6. /* Email styles need to be inline */
  7. </style>
  8. </head>
  9. <body>
  10. <%= yield %>
  11. </body>
  12. </html>