<%= link_to host_path(@host), class: "btn btn-default" do %>
Back to host
<% end %>
<%= link_to edit_host_job_path(@host, @job), class: "btn btn-default", role: "button" do %>
Edit
<% end %>
<%= link_to host_job_path(@host, @job),
method: :delete, data: { confirm: 'This will delete the job' },
class: "btn btn-default right", role: "button" do %>
Delete
<% end %>