src/Pumukit/WebTVBundle/Resources/views/Resources/template_clearfix.html.twig line 1

Open in your IDE?
  1. {% if clearFixIndex is not defined %}
  2.     {% set clearFixIndex = loop.index %}
  3. {% endif %}
  4. {% if add_clear_fix_md(clearFixIndex, objectByCol) %}
  5.     <div class="clearfix visible-md visible-lg"></div>
  6. {% endif %}
  7. {% if add_clear_fix_sm(clearFixIndex, objectByCol) %}
  8.     <div class="clearfix visible-sm"></div>
  9. {% endif %}