Merge remote-tracking branch 'upstream/pull/5186'
This commit is contained in:
commit
b34e71f1d9
2 changed files with 7 additions and 0 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue