Move redacted version locale strings to old_elements
This commit is contained in:
parent
dda0fb6597
commit
27d82356ab
2 changed files with 5 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
|||
<% elsif current_user&.moderator? %>
|
||||
·
|
||||
<% if !params[:show_redactions] %>
|
||||
<%= link_to t("browse.view_redacted_data"), :params => { :show_redactions => true } %>
|
||||
<%= link_to t(".view_redacted_data"), :params => { :show_redactions => true } %>
|
||||
<% else %>
|
||||
<%= link_to t("browse.view_redaction_message") %>
|
||||
<%= link_to t(".view_redaction_message") %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue