Sha256: f66693ba276b432b9929255d2fa1379f9f9cebff1932f6a654f7a754faffa7d7

Contents?: true

Size: 788 Bytes

Versions: 5

Compression:

Stored size: 788 Bytes

Contents

<table class="newsletter_article" cellpadding="0" cellspacing="0" border="0" width="100%"<%= element_preview_code(element) -%>>
  <tr>
    <% if element.has_ingredient?(:image) -%>
    <td width="240" valign="top" style="padding-right: 10px">
      <%= render_essence_view_by_name(element, 'image', {:image_size => '240x160', :crop => true}, {:style => "outline:none; text-decoration:none; -ms-interpolation-mode: bicubic; display: block"}) %>
    </td>
    <% end -%>
    <td valign="top">
      <h2><%= render_essence_view_by_name(element, 'headline') %></h2>
      <%= render_essence_view_by_name(element, 'text') %>
      <% if element.has_ingredient?('link') -%>
        <%= tracked_link_tag ::I18n.t(:more), element.ingredient('link') %>
      <% end -%>
    </td>
  </tr>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 app/views/alchemy/elements/_newsletter_article_view.html.erb
alchemy_crm-2.0.4.1 app/views/alchemy/elements/_newsletter_article_view.html.erb
alchemy_crm-2.1.0a app/views/alchemy/elements/_newsletter_article_view.html.erb
alchemy_crm-2.0.3 app/views/alchemy/elements/_newsletter_article_view.html.erb
alchemy_crm-2.0.2 app/views/alchemy/elements/_newsletter_article_view.html.erb