This commit is contained in:
2025-11-07 13:34:32 -08:00
commit 1e8c5a972b
436 changed files with 11000 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<% if leaf.edits.any? %>
<%= link_to page_edit_path(leaf, "latest"), class: "btn flex-item-no-shrink txt-small" do %>
<%= image_tag "history.svg", aria: { hidden: "true" }, size: "24" %>
<span class="for-screen-reader">Editing history</span>
<% end %>
<% end %>