Commit 177b1f33 by Manzar Hussain

investor detail

parent 4f9fee0f
...@@ -36,8 +36,20 @@ ...@@ -36,8 +36,20 @@
<div class="row id_spacer_con"> <div class="row id_spacer_con">
{% for row in rows %} {% for row in rows %}
<div class="id_item_con col-12 col-sm-3 col-md-4">
{{- row.content -}} <div class="i_c_b_m_p">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}" class="hyper_link">
<h5 class="id_c_tc">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_year }}'] }}</h5>
<div class="img_id_cb">
<img src="images/pdf-download.png" />
</div>
<div class="id_txt_con">
<h6 class="id_hc_b">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
</div>
</a>
</div>
</div>
{% endfor %} {% endfor %}
......
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