Sha256: a1e4ca66d00e5d2ab4063d3d14309a8d0b3d170ebe71aa9b9cdda4adb9d4464d

Contents?: true

Size: 690 Bytes

Versions: 5

Compression:

Stored size: 690 Bytes

Contents

!!! 5
%html
  %head
    %meta{ charset: "UTF-8" }
    %title= "#{theme} - INDEX"
    %meta{ name: "viewport", content: "width=device-width, initial-scale=1.0" }
    %meta{ name: "pageid", content: "0" }
    %link{ href: "/fonts/fonts.css", media: "screen", rel: "stylesheet" }
    %link{ href: "/maglove.css", media: "screen", rel: "stylesheet" }
  %body#index
    #templates-container
      - templates.each do |template|
        %div.template-item
          %a.template{href: "/#{template}", style: "background-image: url(#{MagLoft::ApiCaller::MAGLOFT_CDN_URL}/themes/#{theme}/thumbnails/#{template}.png);"}
            %div.template-label
              %span
                #{template}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maglove-1.0.7 data/maglove/index.haml
maglove-1.0.5 data/maglove/index.haml
maglove-1.0.4 data/maglove/index.haml
maglove-1.0.3 data/maglove/index.haml
maglove-1.0.2 data/maglove/index.haml