简体   繁体   English

如何在版面上呈现设计登录和注册视图,以在所有页面上可用

[英]How can I render the devise signin and signup views on the layout to be available on all pages

我想在我的应用程序的所有视图上显示devise登录和注册页面,以便可以从任何地方公开访问它。如何实现此目的,所以我不需要使用devise请求仅显示登录或注册表单?

You could extract the views from devise (mainly good for more customization) by running 您可以通过运行以下命令从devise中提取视图(主要是为了进行更多自定义)

rails generate devise:views

This will extract the devise views into your app/views path. 这会将设计视图提取到您的应用程序/视图路径中。 Take the forms from there and add them to your existing application template. 从那里获取表单并将其添加到您现有的应用程序模板中。

See the devise documentation for more information. 有关更多信息,请参见设计文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM