<%= link_to 'Edit', edit_host_job_path(@host, @job),
class: "btn btn-primary", role: "button" %>
<%= link_to 'Delete', host_job_path(@host, @job),
method: :delete, data: { confirm: 'This will delete the job' },
class: "btn btn-danger", role: "button" %>
"<%= @job.name %>" Job Template
<%= render partial: 'job_details' %>
<%= link_to 'Back to host', host_path(@host),
class: "btn btn-success", role: "button" %>