Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
3556a307
Commit
3556a307
authored
Jan 20, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
global history
parent
cc35501c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
8 deletions
+22
-8
views-view-unformatted--history--block-1.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--history--block-1.html.twig
+22
-8
No files found.
themes/custom/envigo/templates/views/views-view-unformatted--history--block-1.html.twig
View file @
3556a307
...
...
@@ -19,8 +19,7 @@
#}
<!--DIC corp History: Start-->
<div
class=
"container-fluid bg_l_gray spacerTB dichistroy dic-font-size"
>
<div
class=
"container-fluid bg_l_gray spacerTB dichistroy dic-font-size"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
@@ -37,24 +36,36 @@
</div>
<div
class=
"col-12"
>
<div
class=
"h_s_c_o_w"
>
<div
class=
"hs_i_wrapper"
>
<div
class=
"hs_wrap_c
scroll-p
ane"
>
<div
class=
"hs_i_wrapper
history_scroll_pane
"
>
<div
class=
"hs_wrap_c
historyscrollerP
ane"
>
<ul
class=
"count_li_item"
>
{%
for
row
in
rows
%}
<li
{%
if
loop.first
%}
class=
""
{%
elseif
loop.index
%}
class=
"blue"
{%
endif
%}
>
<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"
>
{%
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>
...
...
@@ -68,5 +79,7 @@
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment