Skip to content

Commit

Permalink
Merge pull request #1149 from sul-dlss/show-versions
Browse files Browse the repository at this point in the history
Show versions without having to pass a parameter feature flag
  • Loading branch information
jcoyne authored Aug 26, 2024
2 parents dc0dc4d + fde63ce commit 719d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/purl/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end
<%= render 'mods_citation', document: @version %>
<%= render "collection", document: @version %>
<%= render "collection_items", document: @version if @purl.released_to_searchworks? %>
<%= render VersionsComponent.new(purl: @purl, version: @version) if params[:version_feature] %>
<%= render VersionsComponent.new(purl: @purl, version: @version) %>
<%= render "mods_contact", document: @version %>
<%= render "find_it", document: @purl, catalog_key: @version.catalog_key %>

Expand Down

0 comments on commit 719d880

Please sign in to comment.