Add errors to jobs show page
This means we can see the errors when deletion fails. Refs #2654
This commit is contained in:
parent
213cc31275
commit
3b109aa9a7
|
@ -3,6 +3,7 @@
|
|||
<% end %>
|
||||
|
||||
<% html_title @job.name %>
|
||||
<%= error_messages_for @job %>
|
||||
<div class="contextual">
|
||||
<%= link_to 'Edit', edit_project_job_path(@project, @job), class: "icon icon-edit edit-job" %>
|
||||
<%= actions_dropdown do %>
|
||||
|
|
Loading…
Reference in New Issue