Fixes the spacing for the eruby yield snippet

This commit is contained in:
Chris Nicola 2012-07-22 13:05:17 -07:00
parent 5ab08ed775
commit 6c45e042f8

View File

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