Sha256: b5ca79efcce620a9af5d9b4360b0a19af8caa6e442cf59320c73eda97262ab58
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
%table %thead %th= _("Sync plan") %th= _("Interval") %th= _("Start Date") %th= _("Time") %th= _("Organization") %tbody - @sync_plans.each do |sync_plan| %tr{:class => cycle("", "alt", :name => 'syncplan'), :title => sync_plan.description} %td= sync_plan.name %td= sync_plan.interval %td= sync_plan.plan_date %td= sync_plan.plan_time %td= sync_plan.organization.name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | app/views/katello/sync_management/_sync_plans.html.haml |
katello-1.5.0 | app/views/katello/sync_management/_sync_plans.html.haml |