a11yist/app/views/pages/new.html.erb
david d1a4eeea30
Some checks failed
/ Run tests (push) Successful in 1m48s
/ Run system tests (push) Failing after 1m52s
/ Build, push and deploy image (push) Successful in 1m54s
Requested gui improvements
2024-11-09 00:43:15 +01:00

9 lines
314 B
Text

<h1><%= t("scaffold.pagetitle_new", model: Page.model_name.human) %></h1>
<%= turbo_frame_tag "new_page_frame" do %>
<%= render "form", page: @page %>
<% end %>
<div class="action-row">
<%= link_to t("scaffold.link_index", model: Page.model_name.human(count: 2)), report_pages_path(@page.report) %>
</div>