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.28 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.27 app/views/admin/extensions/index.html.haml
trusty-cms-3.0.3 app/views/admin/extensions/index.html.haml
trusty-cms-3.0.2 app/views/admin/extensions/index.html.haml
trusty-cms-3.0.1 app/views/admin/extensions/index.html.haml
trusty-cms-3.0.0 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.26 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.25 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.24 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.23 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.22 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.21 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.21.alpha app/views/admin/extensions/index.html.haml
trusty-cms-2.0.20 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.2 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.19 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.18 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.17 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.16 app/views/admin/extensions/index.html.haml
trusty-cms-2.0.15 app/views/admin/extensions/index.html.haml