Merge pull request #120 from lucisferre/master
Fixes the spacing for the eruby yield snippet
This commit is contained in:
commit
c7273565fe
@ -40,7 +40,7 @@ snippet lica
|
|||||||
snippet licai
|
snippet licai
|
||||||
<%= link_to '${1:link text...}', :controller => '${2:items}', :action => '${3:edit}', :id => ${4:@item} %>
|
<%= link_to '${1:link text...}', :controller => '${2:items}', :action => '${3:edit}', :id => ${4:@item} %>
|
||||||
snippet yield
|
snippet yield
|
||||||
<%= yield${1::content_symbol}%>${2}
|
<%= yield ${1::content_symbol} %>${2}
|
||||||
snippet conf
|
snippet conf
|
||||||
<% content_for :${1:head} do %>
|
<% content_for :${1:head} do %>
|
||||||
${2}
|
${2}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user