Sha256: 0a3ce979b19737dd920bcd5b55d30c9f66a0dea89ffa3bdd6fe6deca07e2df7c

Contents?: true

Size: 523 Bytes

Versions: 28

Compression:

Stored size: 523 Bytes

Contents

%html
  %head
    %title= "Template::Haml #@place"
  %body
    %h1= @title
    = A('Home', :href => :/)
    %p
      Here you can pass some stuff if you like, parameters are just passed like this:
      %br/
      = A("#@place/one")
      %br/
      = A("#@place/one/two/three")
      %br/
      = A("#@place/one?foo=bar")
    %div 
      The arguments you have passed to this action are:
      - if @args.empty?
        none
      - else
        - @args.each do |arg|
          %span= arg
    %div= request.params.inspect

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 examples/templates/template/external.haml
Pistos-ramaze-2008.12 examples/templates/template/external.haml
Pistos-ramaze-2009.01 examples/templates/template/external.haml
Pistos-ramaze-2009.02 examples/templates/template/external.haml
clivecrous-ramaze-0.3.9.5 examples/templates/template/external.haml
manveru-ramaze-2008.07 examples/templates/template/external.haml
manveru-ramaze-2008.08 examples/templates/template/external.haml
manveru-ramaze-2008.09 examples/templates/template/external.haml
manveru-ramaze-2008.10 examples/templates/template/external.haml
manveru-ramaze-2008.12 examples/templates/template/external.haml
manveru-ramaze-2009.01 examples/templates/template/external.haml
ptomato-ramaze-2009.02.1 examples/templates/template/external.haml
ptomato-ramaze-2009.02 examples/templates/template/external.haml
ramaze-0.1.2 examples/templates/template/external.haml
ramaze-0.1.4 examples/templates/template/external.haml
ramaze-0.1.1 examples/templates/template/external.haml
ramaze-0.1.3 examples/templates/template/external.haml
ramaze-0.3.0 examples/templates/template/external.haml
ramaze-0.2.1 examples/templates/template/external.haml
ramaze-0.2.0 examples/templates/template/external.haml