Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
16
app/views/landing_pages/_actions.html.erb
Normal file
16
app/views/landing_pages/_actions.html.erb
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="buttons">
|
||||
<%= 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") %>
|
||||
</div>
|
||||
|
||||
<div class="moreinfo">
|
||||
<h4><strong>Send me more info please</strong> (Comparison table and more):</h4>
|
||||
<% 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 -%>
|
||||
</div>
|
||||
Reference in New Issue
Block a user