Sha256: 38588873759ff283df2b836993c0e7429a3410c1a9a05b42295e1e6a5e468475

Contents?: true

Size: 663 Bytes

Versions: 10

Compression:

Stored size: 663 Bytes

Contents

<div class="Vlt-card" style="padding: 35px;">
  <div class="d-flex-column h-100">

    <div>
      <svg class="Vlt-icon Vlt-icon--larger Vlt-purple"><use xlink:href="/symbol/volta-icons.svg#<%= products['icon'] %>" /></svg>
    </div>

    <h3 class="Vlt-purple pb-20" id="<%= products.keys.first.parameterize %>">
      <%= products.keys.first %>
    </h3>

    <div class="my-2col-grid">
      <% products[products.keys.first].each do |item| %>
        <div>
          <p><a href=<%= item['product_name_link'] %>><%= item['product_name'] %></a></p>

          <p><%= item['product_description'] %></p>
        </div>
      <% end %>
    </div>

  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
station-0.5.16 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.15 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.14 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.13 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.12 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.11 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.10 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.9 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.8 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.7 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb