Skip to content

Commit

Permalink
Label Updates (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarland authored Feb 26, 2020
1 parent 907d951 commit d85f47b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/templates/home/home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<div class="t-home__events-panel t-home__panel t-home__panel--sports">
<div>
<h2 class="t-home__panel-header">Upcoming Sports</h2>
<h2 class="t-home__panel-header">Upcoming Sport</h2>
{% include '_partials/events-list.html.twig' with {
'broadcasts': sports,
'compact': true
Expand All @@ -123,7 +123,7 @@

<div class="t-home__events-panel t-home__panel t-home__panel--ob">
<div>
<h2 class="t-home__panel-header">Outside Broadcasts</h2>
<h2 class="t-home__panel-header">Outside and Special Programmes</h2>
{% include '_partials/events-list.html.twig' with {
'broadcasts': events,
'compact': true
Expand Down
4 changes: 2 additions & 2 deletions app/templates/page/outside-broadcasts.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html.twig" %}

{% block title %}Outside Broadcasts - {% endblock %}
{% block title %}Outside and Special Programmes - {% endblock %}

{% block body %}
<div class="text--prose">
Expand All @@ -10,4 +10,4 @@

<h2>Upcoming Broadcasts</h2>
{% include '_partials/events-list.html.twig' with {'broadcasts': broadcasts} %}
{% endblock %}
{% endblock %}
4 changes: 2 additions & 2 deletions app/templates/page/sports.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
{{ prose.htmlContent|raw }}
</div>

<h2>Upcoming Sports</h2>
<h2>Upcoming Sport</h2>
{% include '_partials/events-list.html.twig' with {'broadcasts': broadcasts} %}
{% endblock %}
{% endblock %}

0 comments on commit d85f47b

Please sign in to comment.