Skip to content
  • Joel Junström's avatar
    1f5b3604
    Added PartialIteration class used when rendering collections · 1f5b3604
    Joel Junström authored
    The iteration object is available as the local variable
    "template_name_iteration" when rendering partials with collections.
    
    It gives access to the +size+ of the collection beeing iterated over,
    the current +index+ and two convinicence methods +first?+ and +last?+
    
    "template_name_counter" variable is kept but is deprecated.
    
    [Joel Junström + Lucas Uyezu]
    1f5b3604
    Added PartialIteration class used when rendering collections
    Joel Junström authored
    The iteration object is available as the local variable
    "template_name_iteration" when rendering partials with collections.
    
    It gives access to the +size+ of the collection beeing iterated over,
    the current +index+ and two convinicence methods +first?+ and +last?+
    
    "template_name_counter" variable is kept but is deprecated.
    
    [Joel Junström + Lucas Uyezu]
Loading