Skip to content

Commit 07fe9ce

Browse files
committed
Add Discard action in scheduled job's individual page
1 parent 2e2af60 commit 07fe9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/mission_control/jobs/jobs/_title.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<% if job.blocked? %>
1212
<%= render "mission_control/jobs/jobs/blocked/actions", job: job %>
1313
<% end %>
14+
<% if job.scheduled? %>
15+
<%= render "mission_control/jobs/jobs/scheduled/actions", job: job %>
16+
<% end %>
1417
</div>
1518
</div>
1619
</h1>

0 commit comments

Comments
 (0)