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
|
||||
<%= link_to '${1:link text...}', :controller => '${2:items}', :action => '${3:edit}', :id => ${4:@item} %>
|
||||
snippet yield
|
||||
<%= yield${1::content_symbol}%>${2}
|
||||
<%= yield ${1::content_symbol} %>${2}
|
||||
snippet conf
|
||||
<% content_for :${1:head} do %>
|
||||
${2}
|
||||
|
Loading…
Reference in New Issue
Block a user