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
d7efd50b
Commit
d7efd50b
authored
Dec 27, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
current openings
parent
c3fbc788
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
0 deletions
+73
-0
views-view-unformatted--jobs--block.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--jobs--block.html.twig
+73
-0
No files found.
themes/custom/envigo/templates/views/views-view-unformatted--jobs--block.html.twig
0 → 100644
View file @
d7efd50b
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
<!-- section code start -->
<div
class=
"container-fluid spacerTB jo_l_wrapper jo_l_i_w"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row "
>
<div
class=
"col-md-12"
>
<div
class=
"h_c_b_wrapper"
>
<h6
class=
"h_c_w_bnm"
>
Current Jobs
</h6>
</div>
</div>
</div>
<div
class=
"row card-grid cs_s_cb"
>
<!-- repeater code start -->
{%
for
row
in
rows
%}
<div
class=
"col-md-6 col-10"
>
<div
class=
"card"
>
<div
class=
"card-body"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ title }}'
]
}}
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
<div
class=
"j-m-info"
>
<span
class=
"j-m-date"
>
Posted on
<b>
28th November, 2020
</b>
</span>
<span
class=
"j-m-pos"
>
Position
<b>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ field_position }}'
]
}}
</b>
</span>
<span
class=
"j-m-loc"
>
Location
<b>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ field_location }}'
]
}}
</b>
</span>
</div>
<p
class=
"tx_btn_l"
><a
href=
"job-apply.html"
>
Apply
<i
class=
"fa fa-angle-right"
aria-hidden=
"true"
></i></a></p>
</div>
</div>
</div>
{%
endfor
%}
<!-- repeater code start -->
</div>
</div>
</div>
</div>
<!-- section code end -->
\ 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