yasnippet/extras/imported/rails-mode/RJS/page_replace (id, partial).yasnippet

7 lines
222 B
Plaintext

# -*- mode: snippet -*-
# key: rep
# contributor: Translated from TextMate Snippet
# name: page.replace (id, partial)
## condition: "source.ruby.rails.rjs"
# --
page.replace ${1:"${2:id}"}, :${3:partial => "${4:template}"}