Commit 16b99677 by Manzar Hussain

show month

parent 46f7f8b4
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
] ]
%} %}
{# <div class="id_filter_common id_filter_2020"> <div class="id_filter_common id_filter_2020">
{% if title %} {% if title %}
<h5 class="id_c_tc">{{ title }}</h5> <h5 class="id_c_tc">{{ title }}</h5>
{% endif %} {% endif %}
<div class="row"> <div class="row">
{% for row in rows %} {# {% for row in rows %}
<div class="id_item_con col-12 col-sm-4 col-md-3"> <div class="id_item_con col-12 col-sm-4 col-md-3">
<div class="i_c_b_m_p"> <div class="i_c_b_m_p">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}" class="hyper_link"> <a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}" class="hyper_link">
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
</a> </a>
</div> </div>
</div> </div>
{% endfor %} {% endfor %} #}
</div> </div>
</div> #} </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