Sha256: 3ac39c3b65379fb943b682f127f76f81110498c8d06f479da6c09306e7be7c2f

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 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

4 entries across 4 versions & 1 rubygems

Version Path
jim-0.2.3 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.2.2 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.2.1 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml
jim-0.2.0 test/fixtures/sammy-0.5.0/examples/backend/views/index.haml