convert devise erb to haml

This commit is contained in:
2022-12-20 17:33:23 +02:00
parent 5ac5d2e538
commit 13682fb58b
32 changed files with 186 additions and 255 deletions

View File

@ -1,13 +0,0 @@
<!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>

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

@ -1 +0,0 @@
<%= yield %>

View File

@ -0,0 +1 @@
= yield