File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/cs_dynamicpages/views Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1+ Add row marker CSS classes @erral
Original file line number Diff line number Diff line change 4040 rows view/rows;
4141 " >
4242 <tal : featured repeat =" brain rows" >
43- <section class =" dynamic-row ${row/row_template} state-${row/review_state} ${row/extra_class|nothing} ${row/padding_top|nothing} ${row/padding_bottom|nothing} ${row/margin_top|nothing} ${row/margin_bottom|nothing}"
43+ <section class =" dynamic-row dynamic-row-number-${repeat/brain/number} dynamic-row-${python:repeat['brain'].number() % 2 == 0 and 'even' or 'odd'} ${row/row_template} state-${row/review_state} ${row/extra_class|nothing} ${row/padding_top|nothing} ${row/padding_bottom|nothing} ${row/margin_top|nothing} ${row/margin_bottom|nothing}"
4444 id =" ${row/id}"
4545 data-delete-target =" true"
4646 data-elementid =" ${row/id}"
You can’t perform that action at this time.
0 commit comments