Sha256: acfa564c0a0cb1d770e743ed21d8a30e2139c32bfa91faf8b0793e7d677594e4

Contents?: true

Size: 1.19 KB

Versions: 67

Compression:

Stored size: 1.19 KB

Contents

- @page_title = t('extensions') + ' - ' + default_page_title

- 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

= render_region :top

.outset
  %table#extensions.index
    %thead
      %tr
        - render_region :thead do |thead|
          - thead.title_header do
            %th.extension= t('extension')
          - thead.website_header do
            %th.website= t('more_info')
          - thead.version_header do
            %th.version= t('version')
    %tbody
      - @extensions.each do |extension|
        %tr.node.level_1
          - render_region :tbody, :locals => {:extension => extension} 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(t('more_info'), extension.url, :target => "_blank")
            - tbody.version_cell do
              %td.version= h extension.version

= render_region :bottom

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
trusty-cms-2.0.14 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.13 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.12 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.11 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.10.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.9.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.8.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.7.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.5.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.4.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.3.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.2.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.1.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-2.0.0.pre.beta app/views/admin/extensions/index.html.haml
trusty-cms-1.2.29 app/views/admin/extensions/index.html.haml
trusty-cms-1.2.28 app/views/admin/extensions/index.html.haml
trusty-cms-1.1.28 app/views/admin/extensions/index.html.haml
trusty-cms-1.1.27 app/views/admin/extensions/index.html.haml
trusty-cms-1.1.26 app/views/admin/extensions/index.html.haml
trusty-cms-1.1.25 app/views/admin/extensions/index.html.haml