a11yist/app/views/elements/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: Element.model_name.human) %></h1>
<%= turbo_frame_tag "new_element_frame" do %>
<%= render "form", element: @element %>
<% end %>
<div class="action-row">
<%= link_to t("scaffold.link_index", model: Element.model_name.human(count: 2)), page_elements_path %>
</div>