Skip to content

Commit

Permalink
Fix invalid import of datatables css
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 20, 2024
1 parent afaf8ed commit 6e0a43a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/application.sass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ $sul-footer-shadow: 0 4px 8px -8px $sul-footer-shadow-color inset;

@import 'modules/request';
@import 'modules/home';
@import 'datatables';
1 change: 0 additions & 1 deletion app/assets/stylesheets/datatables.scss

This file was deleted.

1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<%= favicon_link_tag %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= stylesheet_link_tag "https://www-media.stanford.edu/su-identity/css/su-identity.css" %>
<link href="https://cdn.datatables.net/v/bs4/dt-2.1.4/datatables.min.css" rel="stylesheet">
<%= stylesheet_link_tag "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" %>
<%= javascript_include_tag 'application' %>
<%= content_for(:head) %>
Expand Down

0 comments on commit 6e0a43a

Please sign in to comment.