6 lines
231 B
Text
6 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;"
|