summaryrefslogtreecommitdiff
path: root/app/views/dashboard/tasks/_common.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/tasks/_common.html.haml')
-rw-r--r--app/views/dashboard/tasks/_common.html.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/dashboard/tasks/_common.html.haml b/app/views/dashboard/tasks/_common.html.haml
deleted file mode 100644
index b6d0c3c03ac..00000000000
--- a/app/views/dashboard/tasks/_common.html.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-.task-title
- %span.author_name= link_to_author task
- %span.task_label{class: task.action_name}
- = task_action_name(task)
-
- %strong= link_to "##{task.target_iid}", [task.project.namespace.becomes(Namespace), task.project, task.target]
-
- · #{time_ago_with_tooltip(task.created_at)}
-
-- if task.pending?
- .task-actions.pull-right
- = link_to 'Done', [:dashboard, task], method: :delete, class: 'btn'
-
-- if task.body?
- .task-body
- .task-note
- = task.target.title