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

Version Path
six-updater-web-0.16.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.16.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.16.0 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.15.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.15.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.15.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.15.1 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.12 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.10 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.9 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.8 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.7 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.6 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.5 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.4 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.3 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.2 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.14.1 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.13.6 lib/six-updater-web/app/views/main/_check.haml
six-updater-web-0.13.5 lib/app/views/main/_check.haml