Skip to content

Commit

Permalink
DIGITAL-192: Update these files so references to job_board_administra…
Browse files Browse the repository at this point in the history
…tion is just job_board.
  • Loading branch information
cathybaptista committed Jan 20, 2025
1 parent b3d4a9c commit 05ee9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/themes/custom/digital_gov/digital_gov.theme
Original file line number Diff line number Diff line change
Expand Up @@ -403,5 +403,5 @@ function digital_gov_preprocess_node__landing_page__job_board(&$variables, $hook
'close_date' => '',
];
}
$variables['job_board_administration'] = $filtered_array;
$variables['job_board'] = $filtered_array;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<section class="stream">
<div class="grid-container-desktop">

{% for item in job_board_administration %}
{% for item in job_board %}
<article class="card card-job" aria-labelledby="{{ item.title }}">
<div class="card-job__content-header">
<a href="{{ item.apply_link }}" target="__blank">
Expand Down

0 comments on commit 05ee9ce

Please sign in to comment.