Sha256: 3110218c36ab2eb07bff7ac62742999a905f107e8d74d1f33fbcfdc21838a742

Contents?: true

Size: 1.05 KB

Versions: 21

Compression:

Stored size: 1.05 KB

Contents

/ render into layout or render just content block if request is AJAX
- extends "base.html" unless request.ajax?

/ head
- block(:title, "Welcome to Rango!")
- block(:description, "This is just a welcome screen.")
- block(:keywords, "example")

/ body
= block(:content) do
  #next-steps
    %h2 Next Steps
    %ul
      %li Run specs: <code>rake spec</code>

  #documentation
    %h2 Documentation
    %ul
      %li
        %a{href: "http://wiki.github.com/botanicus/rango/tutorial"} Rango Tutorial
      %li
        %a{href: "http://wiki.github.com/botanicus/rango"} Rango Wiki
      %li
        %a{href: "http://rdoc.info/projects/botanicus/rango"} Rango API
      %li
        %a{href: "http://github.com/botanicus/rango-examples"} Rango Examples

  #links
    %h2 Links
    %ul
      %li IRC: #rango at irc://irc.freenode.net
      %li
        %a{href: "http://github.com/botanicus/rango/issues"} Rango Issue Tracker
      %li
        %a{href: "https://twitter.com/RangoProject"} @RangoProject
      %li
        %a{href: "http://botanicus.github.com/rango"} Rango Blog

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rango-0.2.3 stubs/stack/content/templates/index.html.haml
rango-0.2.1 stubs/stack/content/templates/index.html.haml
rango-0.2.1.pre stubs/stack/content/templates/index.html.haml
rango-0.2 stubs/stack/content/templates/index.html.haml
rango-0.1.1.3 stubs/stack/content/templates/index.html.haml
rango-0.1.1.2.11 stubs/stack/content/templates/index.html.haml
rango-0.1.1.2.10 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.9 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.8 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.7 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.6 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.5 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.4 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.3 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.2 stubs/project/content/templates/index.html.haml
rango-0.1.1.2.1 stubs/project/content/templates/index.html.haml
rango-0.2.pre stubs/stack/content/templates/index.html.haml
rango-0.1.1.2 stubs/project/content/templates/index.html.haml
rango-0.1.1.1 stubs/project/content/templates/index.html.haml
rango-0.1.1 stubs/project/content/templates/index.html.haml