Sha256: 8e7000e88c67cec6ab8f6d8394286896ba3f3335ff889d91a7cd0fed6ae4ac7b

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

doctype html
html
  head
    meta charset="utf-8"
    meta http-equiv="X-UA-Compatible" content="IE=edge"
    meta name="viewport" content="width=device-width, initial-scale=1.0"

    title WikiMD
    link rel="stylesheet" href=asset_path('css/wikimd.css') type="text/css"
  body
    
    nav.topbar
      form.search
        input#search type="text" placeholder=@path name="search" tabindex="1"
    
    nav.sidebar
      ul
        li.title Documents
        li.tree
          ul.tree-view == slim :tree, locals: { tree: tree_root }
  
        li.footer
          footer
            ul
              li
                == "#{octicon(:terminal)} with #{octicon(:heart)} by"
                a< href="https://github.com/mhutter" mhutter
              li
                a href="https://github.com/mhutter/wikimd/issues"
                  == octicon(:bug) + ' Issues'

    main
      ul#results
      .content
        - if @flash
          - @flash.each do |type, msg|
            div class="alert alert-#{type}" = msg
        == yield

    script src=asset_path('js/jquery-2.1.4.min.js')
    script src=asset_path('js/app.js')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wikimd-0.3.0 lib/wikimd/app/views/layout.slim