convert to haml

This commit is contained in:
Torsten Ruger
2018-04-10 18:39:03 +03:00
parent 53c7ab4f40
commit 2b00be8443
36 changed files with 15778 additions and 191 deletions

View File

@ -0,0 +1,11 @@
!!!
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title RubyxWebpage
= csrf_meta_tags
= csp_meta_tag
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
%body
= yield

View File

@ -0,0 +1,8 @@
!!!
%html
%head
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
:css
/* Email styles need to be inline */
%body
= yield

View File

@ -0,0 +1 @@
= yield