Commit c9476cbb by Manzar Hussain

history page update

parent c87d661d
...@@ -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"> <div class="hs_i_wrapper history_scroll_pane">
<div class="hs_wrap_c"> <div class="hs_wrap_c historyscrollerPane">
<ul class="count_li_item history-year__global"> <ul class="count_li_item">
{% 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>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
</div> </div>
<div class="hs_wrap_c historyscrollerPane" > <div class="hs_wrap_c historyscrollerPane" >
<ul class="count_li_item history-year__global-blue"> <ul class="count_li_item">
{% 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