Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 9034

Show
Ignore:
Timestamp:
03/15/08 20:08:05 (6 months ago)
Author:
david
Message:

Docfix (closes #11226) [mikong]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_view/helpers/url_helper.rb

    r8463 r9034  
    252252      #   </ul> 
    253253      # 
    254       # ...but if in the "home" action, it will render: 
     254      # ...but if in the "index" action, it will render: 
    255255      # 
    256256      #   <ul id="navbar"> 
    257       #     <li><a href="/controller/index">Home</a></li> 
     257      #     <li>Home</li> 
    258258      #     <li><a href="/controller/about">About Us</a></li> 
    259259      #   </ul>