mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Docfix (closes #11226) [mikong]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9034 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -251,10 +251,10 @@ module ActionView
|
||||
# <li>About Us</li>
|
||||
# </ul>
|
||||
#
|
||||
# ...but if in the "home" action, it will render:
|
||||
# ...but if in the "index" action, it will render:
|
||||
#
|
||||
# <ul id="navbar">
|
||||
# <li><a href="/controller/index">Home</a></li>
|
||||
# <li>Home</li>
|
||||
# <li><a href="/controller/about">About Us</a></li>
|
||||
# </ul>
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user