Sha256: 1a7d8e81587b012840e0ef6593b771e0fdce15ac72e04f86422dcf2ddf90640e
Contents?: true
Size: 1.65 KB
Versions: 2
Compression:
Stored size: 1.65 KB
Contents
!!! %html %head %title PayrollHero.com PTE. LTD. = stylesheet_link_tag "application", media: "all" = javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" = javascript_include_tag "https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.3/underscore-min.js" = javascript_include_tag "https://cdnjs.cloudflare.com/ajax/libs/ICanHaz.js/0.10/ICanHaz.min.js" = javascript_include_tag "application" = yield :header_content = csrf_meta_tags = favicon_link_tag 'lay_me_out/favicon.ico' -# iOS %meta{ name: "viewport", content: "width = 450, user-scalable = no" } %body{ class: "simple #{controller_name}" } #flash %header .wrapper = link_to image_tag("lay_me_out/ph-logo.png"), main_app.root_path, id: "logo" .tagline %p Optimizing Work Productivity with %strong Happiness %section{ id: "contents-container" } .wrapper #content = yield %footer .wrapper %ul %li= "© Copyright 2008-#{Date.current.year} PayrollHero.com PTE. LTD. All Rights Reserved." %li= "Your IP: #{request.ip}" %ul{ id: "legalese" } %li{ class: "privacy-policy" } = link_to "Privacy Policy", "https://payrollhero.payrollhero.com/privacy_policy.html" %li{ class: "terms-of-service" } = link_to "Terms of Service", "https://payrollhero.payrollhero.com/terms_of_service.html" = render partial: "lay_me_out/common/flash", locals: { flash: flash } = render partial: "lay_me_out/common/segment_io" if SegmentIO.show_analytics? = yield :footer_content
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lay_me_out-1.2.9 | app/views/layouts/lay_me_out/simple.html.haml |
lay_me_out-1.2.8 | app/views/layouts/lay_me_out/simple.html.haml |