Sha256: b84dfd37e6ac7d13077b7874a604f94e0ddec82e6fa354734292fac38083824d

Contents?: true

Size: 923 Bytes

Versions: 20

Compression:

Stored size: 923 Bytes

Contents

<!DOCTYPE html>
<html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>">
  <head>
    <%= render 'shared/layouts/head' %>
  </head>
  <body class="pricing-page-background">
    <div data-turbo="false">
      <div class="pricing-page-background-fade-container">
        <div class="pricing-page-background-fade"></div>
      </div>

      <% if @back %>
        <div class="m-5 -mb-5">
          <%= link_to @back, class: 'button-secondary hover:no-underline group' do %>
            <i class="ti ti-angle-left text-lg group-hover:no-underline"></i>
            <span class="text-base ml-3 group-hover:underline"><%= t('navigation.back') %></span>
          <% end %>
        </div>
      <% end %>

      <div class="m-5 sm:m-10 lg:m-20">
        <%= yield %>
      </div>
    </div>
  </body>
</html>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.3.19 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.18 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.17 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.16 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.15 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.14 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.13 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.12 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.11 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.10 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.9 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.8 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.7 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.6 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.5 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.4 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.3 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.2 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.1 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.3.0 app/views/themes/light/layouts/_pricing.html.erb