Sha256: caf078829381ac9b4ad2b50fb84ac3942f5e55671d58bb51d39917d5948173a7

Contents?: true

Size: 748 Bytes

Versions: 11

Compression:

Stored size: 748 Bytes

Contents

%table{:width => "100%"}
  %thead
    %tr
      %th Mod
      %th Current
      %th Latest
      %th Remote
      %th Changelog
  %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"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
six-updater-web-0.18.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.18.1 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.18.0 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.7 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.6 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.5 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.1 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.17.0 lib/six-updater-web/app/views/main/_check.haml