6 lines
276 B
Text
6 lines
276 B
Text
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
<h1>New <%= singular_table_name.titleize %></h1>
|
|
|
|
<%%= render 'form', <%= singular_table_name %>: @<%= singular_table_name %> %>
|
|
|
|
<%%= link_to 'Back', <%= index_helper %>_path %>
|