Sha256: 86c2cb6e1da8bf6475b71442c49f6d79741e1754adbbc0393523adb3cd5c893b
Contents?: true
Size: 1.74 KB
Versions: 5
Compression:
Stored size: 1.74 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' - fail "please check shopapp/app/views/login_message.haml" = javascript_importmap_tags = javascript_include_tag 'application', type: "module" = 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 = link_to '?set_i18n_pub=fi', class: 'float-right ml-2', data: { turbolinks: false } do = image_tag "flags/fi.png", style: "height: 24; width: 36px;" = link_to '?set_i18n_pub=en', class: 'float-right', data: { turbolinks: false } do = image_tag "flags/en.png", style: "height: 24; width: 36px;" %h2.pt-5 #{@current_shop_owner.name} #{t :b2b_shop} %h1.mt-3= t :welcome %p.mt-5 #{@current_shop_owner.name} #{t :landing_message} = link_to shoplift_login_url, data: { turbolinks: false } do %button.btn.btn-primary.btn-lg.float-right.my-5= t :landing_button .clearfix
Version data entries
5 entries across 5 versions & 1 rubygems