Skip to content
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
2 changes: 2 additions & 0 deletions app/assets/stylesheets/partials/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@
border: 3px solid $color-border-default;
padding: 20px 24px;
display: flex;
flex-grow: 1;
flex-basis: 0;
gap: 12px;

i {
Expand Down
4 changes: 2 additions & 2 deletions app/views/search/_results_callouts.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
heading: 'Refine your search',
blurb: 'Use advanced search features to expand or filter your search.',
link_url: search_primo_link,
link_text: 'Search Primo' } %>
link_text: 'Search the catalog' } %>
<% end %>

<% if @active_tab == 'all' %>
<%= render partial: "results_callout_component", locals: {
fa_name: 'face-confused',
fa_name: 'file-xmark',
heading: 'Can’t find what you are looking for?',
blurb: 'Use specialized search tools for books, articles, databases, and more',
link_url: 'http://libraries.mit.edu/search',
Expand Down