Sha256: ce74f282580dced1108113a9b59f02544a0bd9444c0632a0050ae3cfe315c7d6

Contents?: true

Size: 806 Bytes

Versions: 6

Compression:

Stored size: 806 Bytes

Contents

!!!
%html
  %head
    %meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}
    %title Wco Models
    = csrf_meta_tags
    = csp_meta_tag
    = javascript_include_tag "wco/application"
    = stylesheet_link_tag    "wco/application", media: "all"
  %body

    %h2 Wco Models
    %nav.flex-row
      %ul
        %li= link_to 'ROOT', '/'
        %li= link_to '/hosting', '/hosting'
        %li= link_to '/email', '/email'
      %ul
        -# %li= link_to 'ApplianceTmpl`s', appliance_tmpls_path
        -# %li= link_to 'Appliances', appliances_path
        %li= link_to 'Products', products_path
        -# %li= link_to 'Serverhosts', serverhosts_path
    %hr

    = render '/wco/application/alerts_notices'
    %hr

    = yield
    %hr

    -# = render '/wco/application/auth_widget'


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wco_models-3.1.0.37 app/views/layouts/wco/application.haml
wco_models-3.1.0.36 app/views/layouts/wco/application.haml
wco_models-3.1.0.35 app/views/layouts/wco/application.haml
wco_models-3.1.0.34 app/views/layouts/wco/application.haml
wco_models-3.1.0.33 app/views/layouts/wco/application.haml
wco_models-3.1.0.32 app/views/layouts/wco/application.haml