This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
haml--haml
Watch
1
Star
0
Fork
You've already forked haml--haml
0
mirror of
https://github.com/haml/haml.git
synced
2022-11-09 12:33:31 -05:00
Code
Releases
Activity
45d6c1e3c0
haml--haml
/
test
/
templates
/
partials.haml
13 lines
133 B
Text
Raw
Normal View
History
Unescape
Escape
Fixing a nasty bug with partial rendering and form_tag. git-svn-id: svn://hamptoncatlin.com/haml/trunk@681 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-26 23:01:58 +00:00
- @foo = 'value one'
Fixed class variable assignment issue for 1.5dev branch. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@183 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:18:33 +00:00
%p
@foo =
= @foo
- @foo = 'value two'
%p
@foo =
= @foo
Don't rely on ActionView's partial-rendering code.
2008-06-11 12:45:20 -07:00
= test_partial "partial"
Fixed class variable assignment issue for 1.5dev branch. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@183 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:18:33 +00:00
%p
@foo =
= @foo
Copy permalink