Sha256: e15dc29ee1cd7f4e164437320e2db0bd5069fd0710d10e124024689641adc7e6

Contents?: true

Size: 870 Bytes

Versions: 15

Compression:

Stored size: 870 Bytes

Contents

%table{:width => "100%"}
  %thead
    %tr
      %th Mod
      %th Current
      %th Latest
      %th Remote
      %th Changelog
      %th Type
      %th Fits edition?
  %tbody
    - mods.each do |mod|
      %tr
        %td{:width => "30%"}
          = link_to mod.name, "/mods/edit/#{mod.id}", {:title => "Size: #{mod.size}, Updated Version: #{mod.updated_version}"}
        %td{:class => if mod.version_local == mod.version; "green"; else; "red"; end}
          = if mod.version_local.empty?; "none" else; mod.version_local; end
        %td= mod.version
        %td= link_to "Info", "http://updater.dev-heaven.net/mods/show/#{mod.id}", :target => "_blank"
        %td= link_to "Changelog", "http://updater.dev-heaven.net/mods/changelog/#{mod.id}", :target => "_blank"
        %td= mod.class.label
        %td= mod.version_match?(@current_setting)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
six-updater-web-0.20.8 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.7 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.5 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.1 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.20.0 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.7 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.6 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.5 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.19.1 lib/six-updater-web/app/views/main/_check.haml