"<%= @job.name %>" Job Template

Job Attributes

<%= render partial: 'job_details' %>
<%= link_to 'Edit', edit_host_job_path(@host, @job), class: "btn btn-primary", role: "button" %>
<%= link_to 'Back to host', host_path(@host), class: "btn btn-success", role: "button" %>