a11yist/app/views/pages/edit.html.erb

11 lines
366 B
Text
Raw Permalink Normal View History

2024-10-31 23:13:18 +01:00
<h1><%= t("scaffold.pagetitle_edit", model: Page.model_name.human) %></h1>
<%= render "form", page: @page %>
<% unless modal? %>
2024-10-31 23:13:18 +01:00
<div class="action-row">
<%= link_to t("scaffold.link_show", model: Page.model_name.human), @page %>
<%= link_to t("scaffold.link_index", model: Page.model_name.human(count: 2)), report_pages_path(@page.report) %>
</div>
<% end %>