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