Skip to content

Commit

Permalink
commented out airbnb css in view
Browse files Browse the repository at this point in the history
  • Loading branch information
davebenjoya committed Nov 4, 2020
1 parent a955000 commit 80fd172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<link rel="stylesheet" type="text/css" href="https://npmcdn.com/flatpickr/dist/themes/airbnb.css">
<!-- <link rel="stylesheet" type="text/css" href="https://npmcdn.com/flatpickr/dist/themes/airbnb.css"> -->

<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload', defer: true %>
<%= yield :js %>
Expand Down
1 change: 0 additions & 1 deletion rubatoapp
Submodule rubatoapp deleted from a264de

0 comments on commit 80fd172

Please sign in to comment.