Sha256: ce81f81354b1852d4f47d56e0eb8347e2caa6df248858eaa32778c8982e1d773

Contents?: true

Size: 527 Bytes

Versions: 2

Compression:

Stored size: 527 Bytes

Contents

!!!
%html
  %head
    %meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Iron Warbler
    = csrf_meta_tags
    = csp_meta_tag
    = stylesheet_link_tag    "iron_warbler/application", media: "all"
  %body
    .main-menu
      %h5 Main Menu
      %ul
        %li= link_to 'Home - Dashboard', root_path
        %li= link_to 'Stock Watches', stock_watches_path
        %li= link_to 'Option Watches', option_watches_path
        %li Max Pain
        %li= link_to 'Alerts', alerts_path
    = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iron_warbler-2.0.7 app/views/layouts/iro/application.haml
iron_warbler-2.0.6 app/views/layouts/iro/application.haml