Fix a bug with the eruby:slt snippet

One of the placeholders was missing a $ sign.
This commit is contained in:
Martin Grenfell 2012-02-14 13:27:49 +00:00 committed by Holger Rapp
parent 850b9a6c64
commit 7c1fc6cf88

View File

@ -256,7 +256,7 @@ render :partial => "${1:item}", :status => ${2:500}
endsnippet
snippet slt "stylesheet_link_tag"
`!p textmate_var('TM_RAILS_TEMPLATE_START_RUBY_EXPR', snip)`stylesheet_link_tag {1::all}${2:, :cache => ${3:true}}`!p textmate_var('TM_RAILS_TEMPLATE_END_RUBY_EXPR', snip)`
`!p textmate_var('TM_RAILS_TEMPLATE_START_RUBY_EXPR', snip)`stylesheet_link_tag ${1::all}${2:, :cache => ${3:true}}`!p textmate_var('TM_RAILS_TEMPLATE_END_RUBY_EXPR', snip)`
endsnippet
snippet st "submit_tag"