Sha256: 78bddab0ceb663a43b80e98bf781bd28220e2384a36715b98876d655b297f134

Contents?: true

Size: 988 Bytes

Versions: 17

Compression:

Stored size: 988 Bytes

Contents

- page_title t('.page_title')

- unless @plugins.present?
  = t('plugins.common.no_updates')
- else
  = form_tag(bulk_upgrade_plugins_path, method: :patch) do
    %table{class: "table table-striped table-hover"}
      %tr
        %th.col-xs-2= t('plugins.common.name')
        %th.col-xs-2= t('plugins.common.authors')
        %th.col-xs-6= t('plugins.common.summary')
        %th.col-xs-1= t('plugins.common.installed_version')
        %th.col-xs-1= t('plugins.common.latest_version')
      - @plugins.each do |plugin|
        %tr
          %td
            = check_box_tag("plugins[]", plugin.gem_name, false, id: "plugin_#{plugin.gem_name}")
            %label{for: "plugin_#{plugin.gem_name}"}
              = plugin.gem_name
          %td
            = plugin.authors
          %td
            = plugin.summary
          %td
            = plugin.installed_version
          %td
            = plugin.latest_version
    = submit_tag t("terms.install_latest"), class: "btn btn-primary"

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
fluentd-ui-0.3.11 app/views/plugins/updated.html.haml
fluentd-ui-0.3.10 app/views/plugins/updated.html.haml
fluentd-ui-0.3.9 app/views/plugins/updated.html.haml
fluentd-ui-0.3.8 app/views/plugins/updated.html.haml
fluentd-ui-0.3.7 app/views/plugins/updated.html.haml
fluentd-ui-0.3.6 app/views/plugins/updated.html.haml
fluentd-ui-0.3.5 app/views/plugins/updated.html.haml
fluentd-ui-0.3.3 app/views/plugins/updated.html.haml
fluentd-ui-0.3.2 app/views/plugins/updated.html.haml
fluentd-ui-0.3.1 app/views/plugins/updated.html.haml
fluentd-ui-0.3.0 app/views/plugins/updated.html.haml
fluentd-ui-0.2.0 app/views/plugins/updated.html.haml
fluentd-ui-0.1.4 app/views/plugins/updated.html.haml
fluentd-ui-0.1.3 app/views/plugins/updated.html.haml
fluentd-ui-0.1.2 app/views/plugins/updated.html.haml
fluentd-ui-0.1.1 app/views/plugins/updated.html.haml
fluentd-ui-0.1.0 app/views/plugins/updated.html.haml