7 lines
237 B
Plaintext

# -*- mode: snippet -*-
# key: liai
# contributor: Translated from TextMate Snippet
# name: link_to (action, id)
## condition: "text.html.ruby, text.haml"
# --
<%= link_to "${1:link text...}", :action => "${2:edit}", :id => ${3:@item} %>