Sha256: d5c8e12de5ec6d699b68956dabc49c1107de289c8fd1ce084a16d30ab13cf4ae

Contents?: true

Size: 454 Bytes

Versions: 7

Compression:

Stored size: 454 Bytes

Contents

= content_for :principal do

  - theme_list = Dir.foreach(Dir.pwd + ("/source/views/themes") ).grep(/.haml/)

  - theme_list.each do |o|
    %script{ type: "template/text", id: "#{o.gsub(".haml", "")}", class: "pullentity-themes"}
      %div{ id: "#{o.gsub(".haml", "")}", style: "display:none"}
        = partial "views/themes/#{o.gsub(".haml", "")}"

  %script{ type: "template/text", id: "list", class: "pullentity-themes"}
    = partial "views/list"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pullentity-client-0.1.3 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.1.2 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.1.1 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.1.0 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.0.9 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.0.8 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.0.7 lib/pullentity-client/templates/app/index.html.haml