Sha256: 236c7a217c07d01ac313efb0bdb45aa158624c8831323111f2f7776186ed7402

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

!!!
%html{:lang => "en"}
  %head
    %title (Anagen)
    %meta{:charset => "utf-8"}
      %meta{:content => "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0", :name => "viewport"}/
      %meta{:content => "yes", :name => "apple-mobile-web-app-capable"}/
      %meta{:content => "red", :name => "apple-mobile-web-app-status-bar-style"}/
      %link{:href => "http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700", :rel => "stylesheet"}
        %link{:href => "/css/anagen.css", :rel => "stylesheet"}
  %body
    %script#home-template{:type => "text/template"}
      %h1#logo
        %span> (
        Anagen
        %span )
      %form{:action => "#", :method => "post"}
        %input#query{:capitalize => "off", :name => "query", :placeholder => "Wikipedia search", :type => "text"}
      %p
        This app was built using
        %a.outlink{:href => "http://tres.io"} Tres
    %script#search-template{:type => "text/template"}
      %header.fixed
        %a.icon-search.left{:href => ""}
        %h1
      %ul.common
    %script#article-template{:type => "text/template"}
      %header.fixed
        %a.back
        %h1
          <%= get('displaytitle') %>
      %section
        <%=  get('text') %>
    %script#result-template{:type => "text/template"}
      <%= get('title') %>
    %script{:src => "/assets/jquery-1.7.2.min.js"}
    %script{:src => "/assets/underscore.js"}
    %script{:src => "/assets/backbone.js"}
    %script{:src => "/assets/tres.js"}
    %script{:src => "/assets/templates.js"}
    %script{:src => "/assets/anagen.js"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tres-0.1.0 spec/fixtures/index.haml