Files
writebook/app/views/leaves/_history.html.erb

7 lines
274 B
Plaintext

<% 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 %>