Sha256: 112a50f1d35d02e6c537cb27d6f0a22ba8e0b4f00c902bf10dc3c807a57bb367

Contents?: true

Size: 375 Bytes

Versions: 15

Compression:

Stored size: 375 Bytes

Contents

= table.column(:id, sort: true)
= table.column(:name, sort: true)
= table.column(:gem, sort: true) do |resource|
  - if resource.gem.respond_to?(:homepage)
    - capture_haml do
      = link_to(resource.gem.homepage) do
        = "#{resource.gem.name} (#{resource.gem.version}, #{resource.gem.platform})"
= table.column(:file, sort: true)
= table.column(:version, sort: true)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cmor_system-0.0.60.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.59.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.58.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.57.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.56.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.55.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.54.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.53.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.52.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.51.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.50.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.49.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.48.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.45.pre app/views/cmor/system/changelogs/_index_table.html.haml
cmor_system-0.0.44.pre app/views/cmor/system/changelogs/_index_table.html.haml