Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-07 23:44:36 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-04-07 23:44:36 +0300
commit6ae6f29a2ebc4540b5b3b790b19976ab3763ed53 (patch)
treee191b2f3e11ee8f0bdbfcfcb5b4634795d66da52 /app/views/dashboard
parent8c0aba9458a25266bb52bbc2101a83ed05967722 (diff)
parent1060467bb8f1ce6886b05436d16f95996da2fa91 (diff)
Merge branch 'master' into issue_14678
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index 25d2b64e381..aa0aff86d4d 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -10,7 +10,10 @@
(removed)
%span.todo-label
= todo_action_name(todo)
- = todo_target_link(todo)
+ - if todo.target
+ = todo_target_link(todo)
+ - else
+ (removed)
&middot; #{time_ago_with_tooltip(todo.created_at)}