mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
7 lines
222 B
Plaintext
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}" %> |