Commit 83c7b9ca by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

add url

See merge request manzarH/dic-global-dev!652
parents 3dd81a43 c6f6c6c9
......@@ -34,13 +34,13 @@
{% for row in rows %}
<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">
<a href="{{ row.content['#row']._entity.field_pdf_url[0].value }}" class="hyper_link">
<div class="img_id_cb">
<img src="/themes/custom/envigo/images/pdf-download.png" />
</div>
<div class="id_txt_con">
<h6 class="id_hc_b">{{ row.content }}</h6>
{{ row.content['#row']._entity.title[0].value }}
<h6 class="id_hc_b">{{ row.content['#row']._entity.title[0].value }}</h6>
</div>
</a>
</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