Skip to content

Commit

Permalink
Fixed semantic_form_for snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Brando authored and Carlos Brando committed Dec 5, 2009
1 parent 1b3840e commit 2fc287a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Snippets/form.tmSnippet
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>- semantic_form_for(${1:@${2:object}}${3:, :html =&gt; {:method =&gt; ${4::put}\}}) do |${5:f}|
<string>- semantic_form_for(${1:@${2:object}}${3:, :html =&gt; { :method =&gt; ${4::put} \}}) do |${5:f}|
$0</string>
<key>name</key>
<string>semantic_form_for (HAML)</string>
Expand Down
6 changes: 3 additions & 3 deletions Snippets/semantic_form_for.tmSnippet
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;% semantic_form_for(${1:@${2:object}}${3:, :html =&gt; {:method =&gt; ${4::put}}}) do |${5:f}| %&gt;
$6
&lt;% end %&gt;$0</string>
<string>&lt;% semantic_form_for(${1:@${2:object}}${3:, :html =&gt; { :method =&gt; ${4::put} \}}) do |${5:f}| %&gt;
$0
&lt;% end %&gt;</string>
<key>name</key>
<string>semantic_form_for (ERB)</string>
<key>scope</key>
Expand Down

0 comments on commit 2fc287a

Please sign in to comment.