Sha256: 62fcb6692c00b921c052bfc648f450a8491aa861c5c5bf90ed6da97a123bae0d

Contents?: true

Size: 1.82 KB

Versions: 6

Compression:

Stored size: 1.82 KB

Contents

%table{ :border => 1, :cellpadding => "5", :width => "100%"}
  %tr
    %td
      Edition: #{link_to @current_setting.nice_edition, nil, :title => "Supports mods for: #{@current_setting.found_types.map{|e| e.label}.join(", ")}" }
      - if @status.size > 0
        %br
        = @status.join("<br />")
        %br
      Last sync #{@system_setting.synchronized_at ? time_ago_in_words(@system_setting.synchronized_at) + " ago" : "never"}.
      Gamespy #{@system_setting.gamespied_at ? time_ago_in_words(@system_setting.gamespied_at) + " ago" : "never"}.
      %br
      - unless params[:commit] == "none"
        %br
        #{params[:commit]}
      - if @msg.size > 0
        %div{:class => "green"}
          %ul
            - @msg.each do |m|
              %li= m
      - if @error.size > 0
        %div{:class => "red"}
          %ul
            - @error.each do |e|
              %li= e
      - if @procs.size > 0
        %div{:class => "red"}
          = render :partial => "main/pm"
%table{ :border => 1, :cellpadding => "5", :width => "100%"}
  %tr
    %td
      - if @check.size > 0
        %b To be checked
        %br
        = render :partial => "check", :locals => {:mods => @check}
        %br
      - if @skip.size > 0
        %b To be skipped
        %br
        = render :partial => "check", :locals => {:mods => @skip}
        %br
      - if @install.size > 0
        %b Not installed
        %br
        = render :partial => "check", :locals => {:mods => @install}
        %br
      - if @special.size > 0
        %b Special (Hover over modname to see why)
        %br
        = render :partial => "check", :locals => {:mods => @special}
        %br
      - if @disabled.size > 0
        %b Disabled
        %br
        = render :partial => "check", :locals => {:mods => @disabled}
        %br

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
six-updater-web-0.23.7 lib/six-updater-web/app/views/main/_right.haml
six-updater-web-0.23.6 lib/six-updater-web/app/views/main/_right.haml
six-updater-web-0.23.5 lib/six-updater-web/app/views/main/_right.haml
six-updater-web-0.23.4 lib/six-updater-web/app/views/main/_right.haml
six-updater-web-0.23.3 lib/six-updater-web/app/views/main/_right.haml
six-updater-web-0.23.2 lib/six-updater-web/app/views/main/_right.haml