JS is not working, even Sidebar dropdown does not open.
After installing Gentelella, this two path have been created:
app/assets/stylesheets/gentelella-custom.scss
app/assets/javascripts/gentelella-custom.js
I have also imported it in application.js
:
import "gentelella"
import "gentelella-custom"
Also tried as,
//= require gentelella
//= require gentelella-custom
Also tried it in application.html.erb
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
<%= javascript_include_tag 'gentelella' %>
But, it does not work in rails 7.