initiatived21/d21

View on GitHub
app/views/layouts/partials/_mail_spacer.html.erb

Summary

Maintainability
Test Coverage
<% height = 20 unless local_assigns.has_key?(:height) %>
<tr>
  <td height="<%= height %>" style="font-size: <%= height %>px; line-height: <%= height %>px;">
    &nbsp;
  </td>
</tr>