Merge pull request #120 from lucisferre/master

Fixes the spacing for the eruby yield snippet
This commit is contained in:
Eustáquio Rangel 2012-07-23 04:27:26 -07:00
commit c7273565fe

View File

@ -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}