fix typo in haml mail_to
This commit is contained in:
parent
62166691a8
commit
85a4bc5fc1
@ -24,7 +24,7 @@ snippet l link_to
|
||||
snippet m mail_to
|
||||
= mail_to ${1:email_address}, ${2:name}
|
||||
snippet m mail_to subject body
|
||||
= mail_to ${1:email_address}, ${2:name}, :subject => ${3:subject}, :body
|
||||
= mail_to ${1:email_address}, ${2:name}, :subject => ${3:subject}, :body => ${4:body}
|
||||
snippet ife
|
||||
- if ${1:condition}
|
||||
${2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user