Files
componentowl-rails-archive/app/views/wp/sidebar_ad.html.erb

8 lines
343 B
Plaintext

<div class="dextronet-sidebar-ad-box">
<h2><%= featured_product.name %></h2>
<p>
<%= t('txt.blog.stdl') %><br />
<%= link_to(image_tag("stdl-blog-sidebar.gif", :class => "screenshot", :alt => "stdl"), featured_product) %>
</p>
<%= link_to(t('txt.blog.download'), download_path(featured_product), :class => "download") %>
</div>