Removes dashboard mailer layout

This commit is contained in:
decabeza
2018-10-13 12:59:24 +02:00
parent e0c5a79fae
commit 84975143bb
2 changed files with 1 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
class Dashboard::Mailer < ApplicationMailer
layout 'dashboard/mailer'
layout 'mailer'
def forward(proposal)
@proposal = proposal

View File

@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<%= stylesheet_link_tag "dashboard_mailer" %>
</head>
<body>
<%= yield %>
</body>
</html>