2024-07-16 20:22:59 +02:00
|
|
|
<h1><%= t("scaffold.pagetitle_new", model: Report.model_name.human) %></h1>
|
|
|
|
|
|
|
|
|
|
<%= render "form", report: @report %>
|
|
|
|
|
|
|
|
|
|
<div class="action-row">
|
2024-11-24 22:08:36 +01:00
|
|
|
<%= link_to t("scaffold.link_index", model: Report.model_name.human(count: 2)), project_reports_path(@project) %>
|
2024-07-16 20:22:59 +02:00
|
|
|
</div>
|