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

Ticket #11226 (closed enhancement: fixed)

Opened 6 months ago

Last modified 6 months ago

[PATCH] Doc fix for link_to_unless_current in UrlHelper

Reported by: mikong Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: unverified
Cc:

Description

The example in the documentation of link_to_unless_current incorrectly states that even if the current page is Home, Home is still a link. Also, it should be "index" action, instead of "home" action.

Attachments

doc_link_to_unless_current.diff (0.7 kB) - added by mikong on 02/27/08 06:54:26.

Change History

02/27/08 06:54:26 changed by mikong

  • attachment doc_link_to_unless_current.diff added.

03/15/08 20:08:08 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [9034]) Docfix (closes #11226) [mikong]