Skip to content

Commit

Permalink
fix(network): fix new board email
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Dec 1, 2021
1 parent 2b42ed4 commit c28f755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/omsmailer_web/templates/page/network_new_board.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<%= render(OmsmailerWeb.SnippetsView, "head.html", title: "MyAEGEE: New board added for " <> @parameters["body_name"]) %>


<body style="width:100% !important;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;">
<table cellpadding="0" cellspacing="0" border="0" id="backgroundTable" style="margin:0; padding:0; width:100% !important; line-height: 100% !important; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;background-color: #F9FAFB;"
width="100%">
Expand Down Expand Up @@ -38,7 +37,7 @@
</tr>
<tr>
<td align="center" style="padding: 0 56px 28px 56px;" valign="top">
<div style="font-family: &quot;lato&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; line-height: 28px;font-size: 20px; color: #333;"><strong>A new board has successfully been added for <%= @parameters["event"]["name"] %></strong></div>
<div style="font-family: &quot;lato&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; line-height: 28px;font-size: 20px; color: #333;"><strong>A new board has successfully been added for <%= @parameters["body_name"] %></strong></div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit c28f755

Please sign in to comment.