Sha256: 0782a446ecbead6a07ca1c599890d482d1508c475146914e0957dc0d2e790d60

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

!!! xml
!!!
%html
  %head
    %title= part[:title, 'Orange Site'] 
    = part[:css]
    = part[:js]
  %body
    #body
      .header
        ORANGISH
      .container
        #inner-body
          .sidebar
            - orange[:admin].links(packet).each do |k, section|
              .sidebar_section
                %h3= k
                %ul
                  - for link in section
                    %li
                      %a{:href => link[:href], :style => "background-image: url(#{link[:icon]})"}= link[:text]
          .main
            = yield
      .footer

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
orange-sparkles-0.5.8 lib/orange-sparkles/templates/admin.haml
orange-sparkles-0.5.7 lib/orange-sparkles/templates/admin.haml