Redmine-Jobs/app/views/jobs/edit.html.erb

7 lines
188 B
Plaintext

<% html_title "Edit #{@job.name}" %>
<h2>Edit <%= @job.name %></h2>
<%= render "form" %>
<%= link_to "Delete job", job_path(@job), data: { confirm: "Are you sure?" }, method: :delete %>