Skip to content

Commit

Permalink
Tweaks to vote display on Scotland and Wales home.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 9, 2024
1 parent 5aa1127 commit 7c8b9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
<div class="panel panel--flushtop clearfix">
<div class="row nested-row">
<div class="homepage-recently homepage-content-section">
<?php include dirname(__FILE__) . '/../homepage/recent-votes.php'; ?>

<h2>Recently in Parliament</h2>
<ul class="recently__list"><?php
foreach ($debates['recent'] as $recent) {
include dirname(__FILE__) . '/../homepage/recent-debates.php';
}
?></ul>
<?php include dirname(__FILE__) . '/../homepage/recent-votes.php'; ?>
</div>
<div class="homepage-upcoming homepage-content-section">
<h2>What is the Scottish Parliament?</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
include dirname(__FILE__) . '/../homepage/recent-debates.php';
}
?></ul>
<?php include dirname(__FILE__) . '/../homepage/recent-votes.php'; ?>
</div>
<div class="homepage-upcoming homepage-content-section">
<h2><?= gettext('What is the Senedd?') ?></h2>
Expand Down

0 comments on commit 7c8b9d2

Please sign in to comment.