Sha256: 0babf05c26ff7b174300eed6c0aad38c24d6ae53d5300e2e7ded4dd2d60854cd

Contents?: true

Size: 935 Bytes

Versions: 66

Compression:

Stored size: 935 Bytes

Contents

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

66 entries across 66 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.15.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.14.2 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.14.1 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.14.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.13.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.12.3 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.12.2 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.12.1 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.12.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.11.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.10.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.9.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.8.5 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.8.4 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.8.3 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.8.2 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.8.1 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.8.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.7.23 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.7.22 app/views/themes/light/layouts/_pricing.html.erb