diff options
| -rw-r--r-- | templates/_checked_in.html.ep | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 2302a77..42f150f 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -373,6 +373,8 @@  				% }  			</div>  		</div> +	% } +	% if ($journey->{arr_name}) {  		<div class="card" style="margin-top: 3em;">  			<div class="card-content">  				<i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> | 
