mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Fix error 500 when target is nil on todo list
This commit is contained in:
@@ -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)
|
||||
|
||||
· #{time_ago_with_tooltip(todo.created_at)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user