Sha256: 6014bbd25c83aba02bd39c604779e52d51404b486ac86069eab29b0a1ad3ae83

Contents?: true

Size: 1.08 KB

Versions: 15

Compression:

Stored size: 1.08 KB

Contents

- content_for :page_css do
  :sass
    table.index 
      h4
        font-size: 110%
        margin-top: .5em
        margin-bottom: .25em
      p
        margin-top: .25em
        margin-bottom: .5em

%h1 Extensions

= render_region :top

%table#extensions.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"}
  %thead
    %tr
      - render_region :thead do |thead|
        - thead.title_header do
          %th.extension Extension
        - thead.website_header do
          %th.website Website
        - thead.version_header do
          %th.version Version
  %tbody
    - @extensions.each do |extension|
      %tr.node.level-1
        - render_region :tbody do |tbody|
          - tbody.title_cell do
            %td.extension
              %h4= h extension.extension_name
              %p= h extension.description
          - tbody.website_cell do 
            %td.website
              = extension.url.nil? || extension.url.empty? ? "" : link_to("Website", extension.url, :target => "_blank")
          - tbody.version_cell do
            %td.version= h extension.version

= render_region :bottom

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
radiantcms-couchrest_model-0.2.4 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.2.2 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.2.1 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.2 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.1.9 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.1.8 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.1.7 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.1.6 app/views/admin/extensions/index.html.haml
radiantcms-couchrest_model-0.1.5 app/views/admin/extensions/index.html.haml
radiant-0.7.2 app/views/admin/extensions/index.html.haml
radiant-0.8.2 app/views/admin/extensions/index.html.haml
radiant-0.8.1 app/views/admin/extensions/index.html.haml
radiant-0.7.0 app/views/admin/extensions/index.html.haml
radiant-0.8.0 app/views/admin/extensions/index.html.haml
radiant-0.7.1 app/views/admin/extensions/index.html.haml