Sha256: 830507462c47ed8d491c1945837857b6dd29262af7bfd6c9aae4fe1a79a9fffb

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

!!!
%html{ lang: 'en' }

  %head

    %meta{ charset: 'UTF-8' }
    %title
      Chook

    / CSS
    %link{ href: '/css/chook.css', rel: 'stylesheet' }

    / JavaScript
    %script{ type: 'text/javascript', language: 'javascript', src: '/js/chook.js' }
    %script{ type: 'text/javascript', language: 'javascript', src: '/js/logstream.js' }

  %body
    / Top
    #pageheader
      %table{ width: '100%' }
        %tr
          %td{ valign: 'bottom', width: '120' }
            #header_logo
              %img{ alt: '', height: '120', src: '/imgs/ChookLogoAlMcWhiggin.png', width: '120' }
            #header_version
              v#{Chook::VERSION}
          %td
            #definition
              %span.chook_title Chook
              %br/
              %span.def_pronunciation /tʃʊk/ (also chookie /ˈtʃʊki/ )
              %br/
              %span.def_part_of_speech noun
              %span.def_dialect Australian/NZ informal
              %br/
              %span.def_definition a chicken or fowl


    = yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chook-1.1.0 lib/chook/server/views/layout.haml