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

4 lines
96 B
Plaintext
Raw Normal View History

2023-11-16 20:23:09 +00:00
<h2><%= link_to "Jobs", jobs_path(project_id: @project.id) %> » New</h2>
<%= render "form" %>