Sha256: 8a439c9c01fc981248ede22fdeab0bcc225cbd97cd67e09a0e77b9b1dfe69b36

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

%html{:xmlns=> "http://www.w3.org/1999/xhtml", 'xml:lang' => "en", :lang => "en"}
  %head
    %meta{'http-equiv' => "Content-Type", 'content' => "text/html; charset=utf-8"}
    %title Backended

    %link{:rel => 'stylesheet', :href => '/stylesheets/app.css', :media => 'screen'}

    - ['jquery', 'jquery.cloudkit', 'sammy', 'app'].each do |js|
      %script{:src => "/javascripts/#{js}.js", :type => 'text/javascript', :charset => 'utf-8'}
  %body
    #container
      #header
        %h1
          %a{:href => '#/', :title => 'Home'} Sammy Todo
      #error{:style => 'display:none'}
        %span.close x
      #main
      #debug

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jim-0.3.3 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.3.2 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.3.1 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.3.0 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.3.0.pre test/fixtures/sammy-0.5.0/examples/backend/views/index.haml