gpt4 book ai didi

ruby-on-rails - Rails - 在没有 layouts/application.html.erb 内容的情况下显示链接 View

转载 作者:数据小太阳 更新时间:2023-10-29 07:48:47 26 4
gpt4 key购买 nike

如果这令人困惑,我很抱歉,但在我的 layouts/application.html.erb 中,我有几个链接,例如注销 (logout_path)。我的 application.html.erb 的所有内容都在一个名为“容器”的 div 中,当我链接到另一个页面时,例如登录,该 View 的内容显示在“容器”div 中。当我链接到另一个页面时,该页面包含多个本应填充浏览器的 div,该页面被压缩到容器 div 中,同时显示布局页面中的其他元素,例如页脚。我怎样才能让我的登录内容和我其他一些链接页面的内容不显示在 application.html.erb 的 div 中?

抱歉,这太困惑了。

最佳答案

对于您想要在不使用布局的情况下呈现的任何操作,您可以在 Controller 中添加 render :layout => false。例如,如果您有一个 SessionsController

class SessionsController < ApplicationController
def login
render :layout => false
end
end

关于ruby-on-rails - Rails - 在没有 layouts/application.html.erb 内容的情况下显示链接 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6990835/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com