Sha256: 2ed2f6c7b93e126e347443c276bd83a756f00d9a53de8b2337d44ce1bbefe9a5

Contents?: true

Size: 460 Bytes

Versions: 10

Compression:

Stored size: 460 Bytes

Contents



= content_for :principal do

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

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pullentity-client-0.3.9 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.8 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.7 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.6 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.5 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.4 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.3 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.2 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.1 lib/pullentity-client/templates/app/index.html.haml
pullentity-client-0.3.0 lib/pullentity-client/templates/app/index.html.haml