doctype html
html lang="en"
head
meta content=("text/html; charset=UTF-8") http-equiv="Content-Type" /
meta charset="utf-8" /
meta content="IE=edge" http-equiv="X-UA-Compatible" /
meta content="width=device-width, initial-scale=1" name="viewport" /
= stylesheet_link_tag 'company/invoices', media: 'all', 'data-turbolinks-track': 'reload'
/! The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags
title Invoices
css:
| body {
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
| font-size: 14px;
| line-height: 1.42857143;
| color: #333333;
| background-color: #fff;
| }
body style="background:#f5f6f9;"
= yield