7 lines
222 B
Plaintext

# -*- mode: snippet -*-
# key: lic
# contributor: Translated from TextMate Snippet
# name: link_to (controller)
## condition: "text.html.ruby, text.haml"
# --
<%= link_to "${1:link text...}", :controller => "${2:items}" %>