forgeplus/app/views/action/node_inputs/new.html.erb

5 lines
122 B
Plaintext

<h1>新增</h1>
<%= render 'form', node_input: @node_input %>
<%= link_to 'Back', action_node_node_inputs_path(@node) %>