diff --git a/views/tracks/index.php b/views/tracks/index.php
index 65db9ba..6414ced 100644
--- a/views/tracks/index.php
+++ b/views/tracks/index.php
@@ -22,8 +22,11 @@
if ($trips) {
foreach ($trips as $trip):
?>
- = $trip->id ?> — = $trip->name ?> (= $trip->createdAt ?>)
-
+ = $trip->id ?> — = $trip->name ?> (= $trip->createdAt ?>)
+ status == Trips::STATUS_PUBLIC):?>
+
+
+