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

8 lines
248 B
Text
Raw Permalink Normal View History

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