Sha256: 2ca1cafc00c6200ce35e1f187ea5e50f5eb69ef591e4eae202e65cd2f7cc5ebd

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 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    "iro/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

1 entries across 1 versions & 1 rubygems

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