Commit f9ff463e by Manzar Hussain

remove condition

parent c8b82389
......@@ -54,7 +54,7 @@
<div class="row id_spacer_con id_filter_common id_filter_2020">
{% set i = 1 %}
{% for row in rows %}
{% if i < = 4 %}
<div class="id_item_con col-12 col-sm-4 col-md-3">
<div class="i_c_b_m_p">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}" class="hyper_link" target="_blank">
......@@ -68,8 +68,8 @@
</a>
</div>
</div>
{% endif %}
{% set i = i+1 %}
{% endfor %}
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment