This commit is contained in:
parent
4c34b3c398
commit
e7da4d77b5
10 changed files with 197 additions and 57 deletions
|
|
@ -30,7 +30,7 @@ $count = max(4, (int)$section->count()->value());
|
|||
<?php endif ?>
|
||||
|
||||
<?php if ($section->buttonText()->isNotEmpty()): ?>
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--home">
|
||||
<a href="<?= $section->buttonLink()->esc() ?>">
|
||||
<span class="text"><?= $section->buttonText()->esc() ?></span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
@ -298,7 +298,7 @@ $count = max(4, (int)$section->count()->value());
|
|||
<?php endif ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--see-more">
|
||||
<a href="<?= esc($seeMoreUrl) ?>">
|
||||
<span class="text"><?= esc($seeMoreLabel) ?></span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
<?php endforeach ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--see-more">
|
||||
<a href="/enquetes">
|
||||
<span class="text">Voir toutes les enquêtes</span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ if ($package):
|
|||
<?php endforeach ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--see-more">
|
||||
<a href="/enquetes">
|
||||
<span class="text">Voir toutes les enquêtes</span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ $dateLocale = substr(is_array($locale) ? reset($locale) : $locale, 0, 5);
|
|||
<?php endforeach ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--see-more">
|
||||
<a href="/enquetes">
|
||||
<span class="text"><?= t('investigations.see_all') ?></span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
<?php endforeach ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--see-more">
|
||||
<a href="/enquetes">
|
||||
<span class="text"><?= t('investigations.see_all') ?></span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
<?php endforeach ?>
|
||||
|
||||
<div class="see-more">
|
||||
<button class="btn--bold-inline">
|
||||
<button class="btn--see-more">
|
||||
<a href="/enquetes">
|
||||
<span class="text"><?= t('investigations.see_all') ?></span>
|
||||
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue