We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a427a7 + ec670e1 commit 131dabfCopy full SHA for 131dabf
app/views/search/_source_tabs.html.erb
@@ -1,9 +1,9 @@
1
<!-- Tab Navigation -->
2
<div id="tabs" class="tab-navigation top-space">
3
- <%= link_to "Primo", results_path(params.permit(:q, :per_page, :page, :booleanType, :tab).merge(tab: 'primo')),
+ <%= link_to "Primo", results_path(params.permit(:q, :per_page, :booleanType, :tab).merge(tab: 'primo')),
4
class: "tab-link #{'active' if @active_tab == 'primo'}",
5
data: { turbo_frame: "search-results", turbo_action: "advance" } %>
6
- <%= link_to "TIMDEX", results_path(params.permit(:q, :per_page, :page, :booleanType, :tab).merge(tab: 'timdex')),
+ <%= link_to "TIMDEX", results_path(params.permit(:q, :per_page, :booleanType, :tab).merge(tab: 'timdex')),
7
class: "tab-link #{'active' if @active_tab == 'timdex'}",
8
9
</div>
0 commit comments