Sha256: c923adcbab6ce41cb4a4af9d10b3485765b08d9e027f50c6e6231a2715c929cb

Contents?: true

Size: 810 Bytes

Versions: 2

Compression:

Stored size: 810 Bytes

Contents

!!! 5
%html
  %head
    %title
      =@title||"Bug Hunter"
    %link(rel="stylesheet" href="/stylesheets/jquery.mobile-1.0b1pre.min.css")
    %link(rel="stylesheet" href="/stylesheets/highlight.css")

    %script(src="http://code.jquery.com/jquery-1.5.2.min.js")
    %script(src="/javascripts/jquery.mobile-1.0b1pre.min.js")

    %script(src="/javascripts/bug_hunter.js")
  %body
    -yield # render page but doesn't display anything
    %div(data-role="page")
      %div(data-role="header" data-position="inline")
        %h1
          &= @title || "title is missing"
        %a(href="#{root_path}" data-icon="star" class="ui-btn-right" data-theme="e")
          Home
        =content(:header)
      %div(data-role="content")
        =content(:body)
      %div(data-role="footer")
        =content(:footer)


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bug_hunter-0.0.6 lib/bug_hunter/views/layout.haml
bug_hunter-0.0.5 lib/bug_hunter/views/layout.haml