Changing devise default layouts

后端 未结 3 962
独厮守ぢ
独厮守ぢ 2021-02-05 10:17

I\'m trying to get devise to display a different layout template from the defaults for certain aspects.

I have this working when the user goes to the login page, but I n

3条回答
  •  悲哀的现实
    2021-02-05 10:43

    You don't need to handle the layouts by your self, just do:

    rails generate devise:views
    

    Then, look at devise folder at views folder, you will see all the forms you need to customize

提交回复
热议问题