Merge remote-tracking branch 'upstream/pull/5186'

This commit is contained in:
Tom Hughes 2024-09-11 17:12:13 +01:00
commit b34e71f1d9
2 changed files with 7 additions and 0 deletions

View file

@ -10,3 +10,9 @@
<% else %>
<p><%= t ".empty" %></p>
<% end %>
<% if can?(:create, Redaction) %>
<div>
<%= link_to t(".new"), new_redaction_path, :class => "btn btn-outline-primary" %>
</div>
<% end %>

View file

@ -3198,6 +3198,7 @@ en:
empty: "No redactions to show."
heading: "List of Redactions"
title: "List of Redactions"
new: "New Redaction"
new:
heading: "Enter Information for New Redaction"
title: "Creating New Redaction"