summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-03-28 13:51:30 +0200
committerMatija Čupić <matteeyah@gmail.com>2018-03-28 13:51:30 +0200
commitc48f33c5bec02e8fd49326514023f6b6af66d693 (patch)
tree548ca8cb4790bd2e4233d8f110f2fd23d713678f /app/views/projects
parent0969f198496c2ab0b4be6dcd0d9c6434f71e780d (diff)
downloadgitlab-ce-c48f33c5bec02e8fd49326514023f6b6af66d693.tar.gz
Move action link to build extended status illustration
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/jobs/_empty_states.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/_empty_states.html.haml b/app/views/projects/jobs/_empty_states.html.haml
index 6d4a9931923..4d2c776e538 100644
--- a/app/views/projects/jobs/_empty_states.html.haml
+++ b/app/views/projects/jobs/_empty_states.html.haml
@@ -6,4 +6,4 @@
illustration_size: illustration[:size],
title: illustration[:title],
content: illustration[:content],
- action: @build.playable? ? link_to(_("Trigger this manual action"), detailed_status.action_path, method: detailed_status.action_method, class: 'btn btn-primary', title: _("Trigger this manual action")) : nil
+ action: illustration[:action_path] ? link_to(_("Trigger this manual action"), illustration[:action_path], method: illustration[:action_method], class: 'btn btn-primary', title: _("Trigger this manual action")) : nil