Commit 3e711181 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

history page update

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