OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/mailer/_spacer_table.html.erb

21 lines
491 B

<table <%= placeholder_table_styles %>>
<tr>
<%= placeholder_cell('20px', vertical: false) %>
</tr>
</table>
<table <%= placeholder_table_styles(width:'100%',style: 'width:100%;max-width:700px;') %>>
<tr>
<%= placeholder_cell('12px', vertical: true) %>
<td>
<%= yield %>
<table>
<tr>
<%= placeholder_cell('40px', vertical: false) %>
</tr>
</table>
</td>
<%= placeholder_cell('12px', vertical: true) %>
</tr>
</table>