Rename api element version action to show
This commit is contained in:
parent
e0d0b68785
commit
cbf6b39464
13 changed files with 13 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
<%= link_to t("browse.view_details"), :controller => :browse, :action => @type %>
|
||||
<% if !@feature.redacted? %>
|
||||
·
|
||||
<%= link_to t("browse.download_xml"), :controller => "api/old_#{@type.pluralize}", :action => :version %>
|
||||
<%= link_to t("browse.download_xml"), :controller => "api/old_#{@type.pluralize}", :action => :show %>
|
||||
<% elsif current_user&.moderator? %>
|
||||
·
|
||||
<% if !params[:show_redactions] %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue