We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2af60 commit 07fe9ceCopy full SHA for 07fe9ce
app/views/mission_control/jobs/jobs/_title.html.erb
@@ -11,6 +11,9 @@
11
<% if job.blocked? %>
12
<%= render "mission_control/jobs/jobs/blocked/actions", job: job %>
13
<% end %>
14
+ <% if job.scheduled? %>
15
+ <%= render "mission_control/jobs/jobs/scheduled/actions", job: job %>
16
+ <% end %>
17
</div>
18
19
</h1>
0 commit comments