Sha256: 02c6cec973916dc6b88fef5719293d7ad615275da34391f068f7ec5ad1d47cbd

Contents?: true

Size: 702 Bytes

Versions: 5

Compression:

Stored size: 702 Bytes

Contents

!!!
%html
  %head
    %title Bait
    %link{rel:'stylesheet', href:'/css/reset.css'}
    %link{rel:'stylesheet', href:'/css/application.css'}
    %script{src:'/js/zepto.min.js'}
    %script{src:'/js/ansi2html.js'}
    %script{src:'/js/application.js'}
  %body
    .navbar
      %a.navbar-brand{:href => "#"} Bait
      %ul.nav.navbar-nav
        %li.active
          %a{:href => "#"} Builds
        %li
          .manual_clone
            Manually clone a local or remote repository:
            %input{:type => "text", :name => "clone_url", :class => "text"}
            %button Go
    .container
      #content
        = yield
        %hr
    %footer
      %center Bait/#{Bait::VERSION} #{Bait.env}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bait-0.5.13 lib/bait/views/layout.haml
bait-0.5.12 lib/bait/views/layout.haml
bait-0.5.11 lib/bait/views/layout.haml
bait-0.5.10 lib/bait/views/layout.haml
bait-0.5.9 lib/bait/views/layout.haml