Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mulder authored and steveyken committed Jul 13, 2012
1 parent d8bc0d2 commit 77ed8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/contacts/_new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
= render "contacts/extra", :f => f
= render "contacts/web", :f => f
= render "fields/groups", :f => f
= render "entities/permissions", :f => f, :entity => @contacts
= render "entities/permissions", :f => f, :entity => @contact

.buttonbar
= f.submit t(:create_contact), :onclick => "crm.create_contact()"
Expand Down

0 comments on commit 77ed8fa

Please sign in to comment.