Fix missing = on some eruby snippets.

This commit is contained in:
Iuri Fernandes 2013-04-25 14:30:58 -03:00
parent b8a72687fe
commit 4e4c7f48cf

View File

@ -50,7 +50,7 @@ snippet cs
snippet ct snippet ct
<%= content_tag '${1:DIV}', ${2:content}${3:,options} %> <%= content_tag '${1:DIV}', ${2:content}${3:,options} %>
snippet ff snippet ff
<% form_for @${1:model} do |f| %> <%= form_for @${1:model} do |f| %>
${2} ${2}
<% end %> <% end %>
snippet ffcb snippet ffcb
@ -58,7 +58,7 @@ snippet ffcb
snippet ffe snippet ffe
<% error_messages_for :${1:model} %> <% error_messages_for :${1:model} %>
<% form_for @${2:model} do |f| %> <%= form_for @${2:model} do |f| %>
${3} ${3}
<% end %> <% end %>
snippet ffff snippet ffff
@ -78,7 +78,7 @@ snippet ffta
snippet fftf snippet fftf
<%= ${1:f}.text_field :${2:attribute} %> <%= ${1:f}.text_field :${2:attribute} %>
snippet fields snippet fields
<% fields_for :${1:model}, @$1 do |${2:f}| %> <%= fields_for :${1:model}, @$1 do |${2:f}| %>
${3} ${3}
<% end %> <% end %>
snippet i18 snippet i18