Sha256: 74688a61f3dddb153bfb1f84147b7621207b0c25579b16bbc2ba0f1963c2bc11
Contents?: true
Size: 674 Bytes
Versions: 33
Compression:
Stored size: 674 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}" %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
33 entries across 33 versions & 1 rubygems