Sha256: dea1e361ac71f31c0963afc9bfc04b699aba568d1d1b17428dfe2aa58cd6a922
Contents?: true
Size: 1.05 KB
Versions: 26
Compression:
Stored size: 1.05 KB
Contents
%table{:width => "100%"} %thead %tr %th Mod %th Current %th Latest %th Info %th Changes %th Compatible? %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}.#{" Incl: #{mod.incl} " if mod.incl}#{" Excl: #{mod.excl} " if mod.excl}#{mod.categories.map{|e| e.name}.join(", ")}"} %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 "Changes", "http://updater.dev-heaven.net/mods/changelog/#{mod.id}", :target => "_blank" %td{:class => mod.version_match?(@current_setting) ? "green" : "red"}= "#{mod.version_match?(@current_setting) ? "Yes" : "No"} #{link_to mod.class.short, "", {:title => mod.class.label}}"
Version data entries
26 entries across 26 versions & 1 rubygems