Sha256: 2729c1bf3e9718c9dee8cf127296a63ed4088c36d6737fe8ee1d018d5f3218fa

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title OZZ Account Login
    -# %link{:href => "https://fonts.googleapis.com/icon?family=Material+Icons", :rel => "stylesheet"}/
    -# %link{:href => "https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700", :rel => "stylesheet"}/
    = csrf_meta_tags
    = stylesheet_link_tag    'application', media: 'all'
    = javascript_include_tag 'application'
    = shopapp3_favicon
  %body.bg-light
    .row.justify-content-center
      %div(class="#{@widebody ? 'col' : 'col-xl-5 col-lg-6 col-md-8 col-sm-10 col'}")
        .container.pt-sm-5.pt-2
          - if notice
            .alert.alert-secondary.mt-3(role="alert")= notice
          - if alert
            .alert.alert-danger.mt-3(role="alert")= alert
          .jumbotron.bg-secondary.text-light
            .container.h-100
              = image_tag company_logo_path_defined
              %h2.pt-5 #{@current_shop_owner.name} B2B shop
              %h1.mt-3 Welcome!
              %p.mt-5
                #{@current_shop_owner.name} B2B Shop is running on OZZ platform.
                You need to login with your OZZ account to proceed.
              = link_to shoplift_login_url do
                %button.btn.btn-primary.btn-lg.float-right.my-5
                  Proceed to login
              .clearfix

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shopapp-0.2.67 app/views/shopapp/login_message.haml
shopapp-0.2.66 app/views/shopapp/login_message.haml
shopapp-0.2.65 app/views/shopapp/login_message.haml