mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-06-01 01:10:56 +00:00
Check for upcoming matches before showing the calendar
This commit is contained in:
parent
a83b5bc0f8
commit
b97b3173bc
1 changed files with 18 additions and 16 deletions
|
@ -1,3 +1,4 @@
|
|||
<% if upcoming_matches.size > 0 %>
|
||||
<div class="widget calendar">
|
||||
<h4><%= t('widget.schedule') %></h4>
|
||||
|
||||
|
@ -17,3 +18,4 @@
|
|||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue