Skip to content

Commit

Permalink
Create "More Results" card/link
Browse files Browse the repository at this point in the history
Create "More Results" card/link to fill whitespace in search results gallery view

Connected to [URS-478]https://jira.library.ucla.edu/browse/URS-478)

---

Changes to be committed:
+ modified:   app/assets/stylesheets/ursus/_gallery.scss
+ modified:   app/views/catalog/_index_gallery.html.erb
+ modified:   .rubocop.yml
+ deleted:    app/assets/javascripts/event_tracking.js.erb
+ modified:   app/assets/stylesheets/ursus/_gallery.scss
+ modified:   app/helpers/blacklight_helper.rb
+ modified:   app/views/catalog/_index_gallery.html.erb
  • Loading branch information
jendiamond committed Nov 5, 2019
1 parent cdbc923 commit 90bfbb4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 840 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Layout/BlockEndNewline:
Exclude:
- 'spec/features/search_catalog_spec.rb'

Lint/RequireParentheses:
Exclude:
- app/helpers/blacklight_helper.rb

Metrics/AbcSize:
Exclude:
- 'app/helpers/blacklight/url_helper_behavior.rb'
Expand Down Expand Up @@ -100,6 +104,11 @@ Style/BlockDelimiters:
Style/IfUnlessModifier:
Exclude:
- 'app/helpers/blacklight/url_helper_behavior.rb'
- app/helpers/blacklight_helper.rb

Style/AndOr:
Exclude:
- app/helpers/blacklight_helper.rb

Style/MethodDefParentheses:
Exclude:
Expand Down
Loading

0 comments on commit 90bfbb4

Please sign in to comment.