I have set up a ‘blog’ website with secure log-in and sign-up functionality. My question is where does rails hide the html mark-up for these as I want to add some styling? I don’t want to style the comments form though, if they are the same source mark-up. I have checked all the ‘view’s and cannot find the code for the log-in/out form?

I have set up a ‘blog’ website with secure log-in and sign-up functionality. My
Share
Devise is a Rails engine – which means that it stores all its controllers and views in the Gem bundle. However devise has a generator that will copy its views so that you can modify them: