Commit ff9a8bc1 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

history page update

See merge request manzarH/dic-global-dev!721
parents 505a5fdf c9476cbb
......@@ -36,9 +36,9 @@
</div>
<div class="col-12">
<div class="h_s_c_o_w">
<div class="hs_i_wrapper">
<div class="hs_wrap_c">
<ul class="count_li_item history-year__global">
<div class="hs_i_wrapper history_scroll_pane">
<div class="hs_wrap_c historyscrollerPane">
<ul class="count_li_item">
{% for row in rows %}
{% if row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_history_category }}'] == 'Corporation History' %}
<li>
......@@ -55,7 +55,7 @@
</div>
</div>
<div class="hs_wrap_c historyscrollerPane" >
<ul class="count_li_item history-year__global-blue">
<ul class="count_li_item">
{% for row in rows %}
{% if row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_history_category }}'] == 'Product History' %}
<li class="blue">
......
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