Sha256: 034c0713231512378950baece1260a27180de59f0a0e5a311cae8f781019adbe

Contents?: true

Size: 949 Bytes

Versions: 31

Compression:

Stored size: 949 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="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

31 entries across 31 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.6.9 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.8 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.7 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.6 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.5 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.4 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.3 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.2 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.1 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.6.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.5.2 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.5.1 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.5.0 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.11 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.10 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.9 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.8 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.7 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.6 app/views/themes/light/layouts/_pricing.html.erb
bullet_train-themes-light-1.4.5 app/views/themes/light/layouts/_pricing.html.erb