diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index a5611e953186aa9d440a066811566c3343b24ed1..2302a77450fb394d9072062e16a67366ad91ee27 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -327,7 +327,7 @@ % if (@{stash('timeline') // []}) { %= include '_timeline_link', timeline => stash('timeline'), from_checkin => 1 % } - % if ($journey->{arr_name}) { + % if ($journey->{arr_name} and not $journey->{is_dbris}) {
Details