Ticket #449 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

[PATCH] Remove unfinished comment about HAML templates in throw_content

Reported by: bre..@simplesis.com Assigned to: somebody
Priority: trivial Milestone: 0.5.2
Component: Views Keywords:
Cc:

Description

The rdoc for Module: Merb::ViewContextMixin?.throw_content has an unfinished sentence about Haml:

"In Haml Templates, use the "

See it here:

file:///Users/brent/www/merb/merb/doc/rdoc/classes/Merb/ViewContextMixin.html#M000146

This patch removes the comment, as I'm not sure there really is a difference for Haml templates when doing throw_content? works fine for me in my Haml templates.

This is my first-ever patch to any OSS project. Please let me know if I did anything retarded, because I love Merb, and you'll hopefully be seeing many more tickets from me :)

Attachments

remove_throw_content_comment_about_haml.diff (493 bytes) - added by bre..@simplesis.com on 01/13/08 17:09:17.

Change History

01/13/08 17:09:17 changed by bre..@simplesis.com

  • attachment remove_throw_content_comment_about_haml.diff added.

01/13/08 17:11:55 changed by bre..@simplesis.com

Oops... well, I would count linking to the rdoc on my local machine as pretty retarded :) here's the real link:

http://merb.rubyforge.org/classes/Merb/ViewContextMixin.html#M000146

01/13/08 20:57:05 changed by sethrasmuss..@gmail.com

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

(In [1295]) remove unfinished comment about throw_content [bre..@simplesis.com], closes #449; add more tag docs