railties/lib/rails/generators/erb/scaffold/templates/new.html.erb.tt

Summary

Maintainability
Test Coverage
<%% content_for :title, "New <%= human_name.downcase %>" %>

<h1>New <%= human_name.downcase %></h1>

<%%= render "form", <%= singular_table_name %>: @<%= singular_table_name %> %>

<br>

<div>
  <%%= link_to "Back to <%= human_name.pluralize.downcase %>", <%= index_helper(type: :path) %> %>
</div>