Changeset 9034
- Timestamp:
- 03/15/08 20:08:05 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_view/helpers/url_helper.rb
r8463 r9034 252 252 # </ul> 253 253 # 254 # ...but if in the " home" action, it will render:254 # ...but if in the "index" action, it will render: 255 255 # 256 256 # <ul id="navbar"> 257 # <li> <a href="/controller/index">Home</a></li>257 # <li>Home</li> 258 258 # <li><a href="/controller/about">About Us</a></li> 259 259 # </ul>