We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cachethq
jbrooksuk
Learn more about funding links in repositories.
Report abuse
1 parent 1e7e9e8 commit c6c4390Copy full SHA for c6c4390
resources/views/partials/modules/timeline.blade.php
@@ -1,4 +1,4 @@
1
-@if($days_to_show > 0)
+@if($days_to_show > 0 && $all_incidents)
2
<div class="section-timeline">
3
<h1>{{ trans('cachet.incidents.past') }}</h1>
4
@foreach($all_incidents as $date => $incidents)
How does this impact #2136? Doesn't this change render it obsolete?
Hmm, #2136 is a bit of a pain to be honest. I'll have a think.
2 commit comments
TheoBearman commentedon Oct 7, 2016
How does this impact #2136? Doesn't this change render it obsolete?
jbrooksuk commentedon Oct 7, 2016
Hmm, #2136 is a bit of a pain to be honest. I'll have a think.