11 lines
349 B
Text
11 lines
349 B
Text
|
|
<h1><%= t("scaffold.pagetitle_edit", model: @check.class.model_name.human) %></h1>
|
||
|
|
|
||
|
|
<%= render "form", check: @check %>
|
||
|
|
|
||
|
|
<br>
|
||
|
|
|
||
|
|
<div class="action-row">
|
||
|
|
<%= link_to t("scaffold.link_show", model: @check.class.model_name.human), @check %>
|
||
|
|
<%= link_to t("scaffold.link_index", model: @check.class.model_name.human(count: 2)), checks_path %>
|
||
|
|
</div>
|