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

Version Path
six-updater-web-0.24.12 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.11 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.10 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.9 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.8 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.7 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.6 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.5 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.1 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.24.0 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.7 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.6 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.5 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.23.1 lib/six-updater-web/app/views/main/_check.haml