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
427ff21f
Commit
427ff21f
authored
Jan 10, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
investor detail page See merge request manzarH/dic-global-dev!272
parents
acf9bf81
8e0e3bd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
26 deletions
+6
-26
page-title.html.twig
themes/custom/envigo/templates/layout/page-title.html.twig
+0
-21
views-view-unformatted--investor_reports.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--investor_reports.html.twig
+6
-5
No files found.
themes/custom/envigo/templates/layout/page-title.html.twig
deleted
100644 → 0
View file @
acf9bf81
{#
/**
* @file
* Default theme implementation for page titles.
*
* Available variables:
* - title_attributes: HTML attributes for the page title element.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title: The page title, for use in the actual content.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* @ingroup themeable
*/
#}
{{
title_prefix
}}
{%
if
title
%}
<h1
{{
title_attributes
}}
style=
"display: none;"
>
{{
title
}}
</h1>
{%
endif
%}
{{
title_suffix
}}
themes/custom/envigo/templates/views/views-view-unformatted--investor_reports.html.twig
View file @
427ff21f
...
@@ -18,9 +18,7 @@
...
@@ -18,9 +18,7 @@
*/
*/
#}
#}
{%
if
title
%}
<h3>
{{
title
}}
</h3>
{%
endif
%}
{%
{%
set
row_classes
=
[
set
row_classes
=
[
default_row_class
?
'views-row ls_sbmenu sb_dd_m_data'
,
default_row_class
?
'views-row ls_sbmenu sb_dd_m_data'
,
...
@@ -30,9 +28,12 @@
...
@@ -30,9 +28,12 @@
<div
class=
"ls_r_con_b"
>
<div
class=
"ls_r_con_b"
>
<div
class=
"rcb_pd_page"
>
<div
class=
"rcb_pd_page"
>
<h1
class=
"ineves_det_h_m"
>
Annual Results
</h1>
<div
class=
"a_r_c_b"
>
<div
class=
"a_r_c_b"
>
<h4
class=
"hm_cb_d"
>
2020
</h4>
{%
if
title
%}
<h4
class=
"hm_cb_d"
>
{{
title
}}
</h4>
{%
endif
%}
<div
class=
"arcb_data"
>
<div
class=
"arcb_data"
>
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
{%
for
row
in
rows
%}
{%
for
row
in
rows
%}
...
...
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