Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove start over partial #3328

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="appliedParams" class="clearfix constraints-container mb-2">
<%= render 'start_over' %>
<%= start_over %>
<%= link_back_to_catalog class: 'btn btn-outline-secondary' %>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ class ServerAppliedParamsComponent < Blacklight::Component
def render?
current_search_session
end

def start_over
render start_over_component.new
end

def start_over_component
Blacklight::StartOverButtonComponent
end
end
end
end
1 change: 0 additions & 1 deletion app/views/catalog/_start_over.html.erb

This file was deleted.