diff --git a/module/todo/view/view.html.php b/module/todo/view/view.html.php
index 9adb6a2d3f..3f8237224e 100644
--- a/module/todo/view/view.html.php
+++ b/module/todo/view/view.html.php
@@ -49,7 +49,7 @@
session->todoList)
{
- $browseLink = $this->session->todoList;
+ $browseLink = empty($todo->deleted) ? $this->session->todoList : $this->createLink('action', 'trash');
}
elseif($todo->account == $app->user->account)
{