Sha256: 852d2ec1202e137c8f8c002be6ca2ddfc5f8a2e5bf0067d2da8cd529d6b315be
Contents?: true
Size: 969 Bytes
Versions: 1
Compression:
Stored size: 969 Bytes
Contents
= form_tag("sync_management/sync", :method => :post, :remote => true, :id => 'sync_product_form') do = hidden_field_tag 'sync_status_url', nil, 'data-url' => sync_status_sync_management_index_path %table#products_table %thead %th= _("Product") %th.max_width= _("Start Time") %th.max_width= _("Duration") %th= _("Details") %th= _("Result") - if @show_org %th= _("Organization") %tbody - if @products.length > 0 = render :partial=>"product", :collection=>@product_map, :as=>:prod - else %tr %td{:colspan=>(@show_org ? 6 : 5)} = (_("There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}.") % {:custom => link_to(_("Custom Content Repositories"), '/products'), :redhat => link_to(_(" Red Hat Repositories"), redhat_provider_providers_path)}).html_safe = submit_tag _('Synchronize Now'), :class => 'button fr', :id => 'sync_button'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | app/views/katello/sync_management/_products.html.haml |