<%= download_link(featured_product, "standard", t('txt.home.free_download')) %> <%= buy_link(featured_product, "pricing", t('txt.home.pricing')) %> <%= image_tag("simple/logos.gif", :alt => ".NET, Visual Studio, Windows", :class => "logos") %>

Send me more info please (Comparison table and more):

<% remote_form_for newsletter_subscription("landing-page"), :html => { :"data-progress" => "Sending...", :id => newsletter_form_id, :onsubmit => "if (!validate_newsletter_form(this)) return false" } do |f| -%> <%= f.hidden_field :subscription_location_id %> <%= hidden_field_tag "form_id", "##{newsletter_form_id}" %> <%= f.text_field :email, :value => t("txt.common.your_email"), :class => "email inline-label" %><%= subscribe :small, "Send", :btn_id => "send-info" %> <%= subscription_lists('landing-page', @product) %> <% end -%>