<%- @title = p_("MultiAuth", "You have been logged out.") -%> <%- @enable_side_column = false -%> <%- @stylesheets = %[auth] -%> <%- additional_head { -%> <%# MEMO: meta要素による自動遷移は無効化されている可能性があるため、JavaScriptによる遷移を併用する %> <%- } -%>

<%=h @title %>

<%=h p_("MultiAuth", "Please click %{link} when the page doesn't change." % { :link => link_to(h(@return_path), @return_path) }) %>