Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Aug 26, 2014
1 parent 993226a commit 1d90c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/contacts/_index_full.html.haml
Expand Up @@ -2,7 +2,7 @@
= avatar_for(contact, :size => "30x30")

%ul.tools
= hook(:contact_tools_before, self, :contact => contact {}
= hook(:contact_tools_before, self, :contact => contact) {}

- if can?(:update, contact)
%li= link_to_edit(contact)
Expand Down

0 comments on commit 1d90c2a

Please sign in to comment.