a11yist/app/views/links/edit.html.erb
david 21ab02d647
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled
/ Checkout (push) Successful in 8m9s
Links, mainly...
2024-07-26 00:59:00 +02:00

8 lines
315 B
Text

<h1><%= t("scaffold.pagetitle_edit", model: Link.model_name.human) %></h1>
<%= render "form", link: @link %>
<div class="action-row">
<%= link_to t("scaffold.link_show", model: Link.model_name.human), @link %>
<%= link_to t("scaffold.link_index", model: Link.model_name.human(count: 2)), links_path %>
</div>