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