Commit 8f4f1c10 by Manzar Hussain

add view for history

parent 920953cb
...@@ -52,21 +52,7 @@ ...@@ -52,21 +52,7 @@
<span></span> <span></span>
</div> </div>
</div> </div>
<div class="hs_wrap_c historyscrollerPane" style="display: none;">
<ul class="count_li_item">
{% for row in rows %}
<li class="blue">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</li>
{% endfor %}
</ul>
<div class="strip_c_line">
<span></span>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -37,22 +37,7 @@ ...@@ -37,22 +37,7 @@
<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 history_scroll_pane">
<div class="hs_wrap_c historyscrollerPane" style="display: none;"> <div class="hs_wrap_c historyscrollerPane" >
<ul class="count_li_item">
{% for row in rows %}
<li>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</li>
{% endfor %}
</ul>
<div class="strip_c_line">
<span></span>
</div>
</div>
<div class="hs_wrap_c historyscrollerPane">
<ul class="count_li_item"> <ul class="count_li_item">
{% for row in rows %} {% for row in rows %}
<li class="blue"> <li class="blue">
...@@ -62,11 +47,12 @@ ...@@ -62,11 +47,12 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<div class="strip_c_line"> <div class="strip_c_line">
<span></span> <span></span>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </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