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

Ticket #11281 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

[PATCH] [DOC] Stylesheet_include_tag should be stylesheet_link_tag

Reported by: jlindley Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords: docs tiny
Cc:

Description

The documentation for AssetTagHelper refers a few times to 'stylesheet_include_tag', but the actual methods name is 'stylesheet_link_tag'.

Patch attached w/ updated docs.

Attachments

documentation_fix_for_stylesheet_link_tag.diff (2.3 kB) - added by jlindley on 03/04/08 18:00:48.
diff with doc fix

Change History

03/04/08 18:00:48 changed by jlindley

  • attachment documentation_fix_for_stylesheet_link_tag.diff added.

diff with doc fix

03/07/08 21:30:55 changed by demisone

  • summary changed from Doc fix: stylesheet_include_tag should be stylesheet_link_tag to [PATCH] [DOC] Stylesheet_include_tag should be stylesheet_link_tag.

yes yes +1

03/12/08 01:55:12 changed by jlindley

  • keywords changed from doc tiny to docs tiny.

03/15/08 19:54:06 changed by david

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

(In [9029]) Docfix (closes #11281) [jlindley]