Add renumber lectures button

This commit is contained in:
2024-02-04 15:05:12 +00:00
parent 0a6a68b519
commit c97041597b
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ as well as a link to its edit page.
<% actions_template = "admin/#{page.resource.class.name.downcase}/actions" %>
<% if lookup_context.template_exists?(actions_template, [], true) %>
<%= render actions_template %>
<%= render actions_template, { page: } %>
<% end %>
</section>