Sha256: e3908443bd0e72f8149cb0afd4b1fe577fa81e489269a137f2fd53e96cd10ffd

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

!!! XML
%template{:id => template.id, :href => template_url(template.id) }
  != template.xml_elements
  %base_images
    - template.base_images.each do |base_image|
      = render :partial => 'tim/base_images/base_image_minimal', :locals => {:base_image => base_image}
  - if controller.template_exists?("custom", "tim/templates", true)
    = render :partial => 'tim/templates/custom', :locals => {:template => template}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tim-0.3.0 app/views/tim/templates/_template.xml.haml
tim-0.2.0 app/views/tim/templates/_template.xml.haml
tim-0.1.2 app/views/tim/templates/_template.xml.haml
tim-0.1.1 app/views/tim/templates/_template.xml.haml
tim-0.0.1 app/views/tim/templates/_template.xml.haml