This commit is contained in:
6
app/views/leaves/_history.html.erb
Normal file
6
app/views/leaves/_history.html.erb
Normal 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 %>
|
||||
Reference in New Issue
Block a user