Files
docuseal/app/views/layouts/mailer.html.erb
T
Pete Matsyburka f1ebd8f912 text utils for RTL
2024-01-15 02:22:53 +02:00

14 lines
325 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
</style>
</head>
<body dir="<%= yield&.match?(TextUtils::RTL_REGEXP) ? 'rtl' : 'auto' %>">
<%= yield %>
<%= render partial: 'shared/mailer_attribution' %>
</body>
</html>