a11yist/app/views/checklists/new.html.erb

7 lines
261 B
Text

<h1><%= t("scaffold.pagetitle_new", model: Checklist.model_name.human) %></h1>
<%= render "form", checklist: @checklist %>
<div class="action-row">
<%= link_to t("scaffold.link_index", model: Checklist.model_name.human(count: 2)), checklists_path %>
</div>