Posts by Antonio Carlos • 1 point
3 posts
-
0
votes2
answers238
viewsA: Color transition effect in the navbar of a bootstrap template in Rails
By further studying the subject, we know the code <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> should stay in the head, because it is good practice, so to fix…
-
0
votes2
answers238
viewsA: Color transition effect in the navbar of a bootstrap template in Rails
Thanks to those who read and even thought to help me, my mistake was that part of the code: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> was on the tag head…
-
0
votes2
answers238
viewsQ: Color transition effect in the navbar of a bootstrap template in Rails
Hello, I am using a template of startbootstrap, the Agency, I was able to import it to the Rails project, I put the theme in the vendor folder, I imported the scss in Aplication.scss and I put the…