5bbcd600fb
This will allow to re-use these partials in other emails
5 lines
231 B
Text
5 lines
231 B
Text
- if url.present?
|
|
%table{ width: "100%", border: "0", cellspacing: "0", cellpadding: "0" }
|
|
%tr
|
|
%td{ align: "center" }
|
|
= image_tag url, height: "150", style: "display:block; max-height: 150px; max-width: 150px;"
|