-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #493 from epfl-si/add-all-events-link
Add "all events" link underneath a list of events
- Loading branch information
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
12 changes: 3 additions & 9 deletions
12
assets/components/content-types/event/event-highlight-listing.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
<div class="row align-items-center"> | ||
<div class="col-md-6"> | ||
<h2>Les prochains événements</h2> | ||
</div> | ||
<div class="col-md-6 text-right"> | ||
<a href="#">Voir tous les événements de la faculté</a> | ||
</div> | ||
</div> | ||
|
||
<h2>Les prochains événements</h2> | ||
<div class="row mt-2"> | ||
<div class="col-md-6"> | ||
{% include '@content-types/event/event-highlight.twig' %} | ||
</div> | ||
<div class="col-md-6"> | ||
{% include '@content-types/event/event-listing.twig' %} | ||
{% include '@content-types/event/event-listing.twig' with { bottomlink: true } %} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters