Skip to content

Commit

Permalink
Added missing css files to assets.rb file (#7546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlazypanda authored Mar 24, 2020
1 parent b9b3d5b commit cbb790a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* If there are other assets (which are not in this file) that are being precompiled by
* 'stylesheet_link_tag' command in views, then add them on /config/initializers/assets.rb
*= require bootstrap/dist/css/bootstrap.min.css
*= require bootstrap-datepicker/dist/css/bootstrap-datepicker3.css
*= require jquery-file-upload/css/jquery.fileupload-ui.css
Expand All @@ -36,4 +36,5 @@
*= require jquery.atwho
*= require profile
*= require location
*= require notes
*/

0 comments on commit cbb790a

Please sign in to comment.