7 lines
264 B
Text
7 lines
264 B
Text
<h1><%= t("scaffold.pagetitle_new", model: Report.model_name.human) %></h1>
|
|
|
|
<%= render "form", report: @report %>
|
|
|
|
<div class="action-row">
|
|
<%= link_to t("scaffold.link_index", model: Report.model_name.human(count: 2)), project_reports_path(@project) %>
|
|
</div>
|