Sha256: 4e4395661510d0412b5214cb8674b6370892ac660c45b94b87826cf75bbc09b9
Contents?: true
Size: 653 Bytes
Versions: 80
Compression:
Stored size: 653 Bytes
Contents
<table> <thead> <tr> <th><%= _("Sync plan") %></th> <th><%= _("Interval") %></th> <th><%= _("Start Date") %></th> <th><%= _("Time") %></th> <th><%= _("Organization") %></th> </tr> </thead> <tbody> <% @sync_plans.each do |sync_plan| %> <tr class="<%= cycle("", "alt", :name => 'syncplan') %>" title="<%= sync_plan.description %>"> <td><%= sync_plan.name %></td> <td><%= sync_plan.interval %></td> <td><%= sync_plan.plan_date %></td> <td><%= sync_plan.plan_time %></td> <td><%= sync_plan.organization.name %></td> </tr> <% end %> </tbody> </table>
Version data entries
80 entries across 80 versions & 1 rubygems