welcome.rhtml
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RHTML 代码 · 共 14 行
RHTML
14 行
<div class="memo"> <h3>Welcome</h3> <p>You are now logged into the system...</p> <p> Since you are here it's safe to assume the application never called store_location, otherwise you would have been redirected somewhere else after a successful login. </p> <%= link_to "« logout", :action=>"logout"%> </div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?