Skip to content

Commit

Permalink
Fixed missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Aug 22, 2014
1 parent d6b6d52 commit 502123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/contacts/_index_brief.html.haml
Expand Up @@ -2,7 +2,7 @@
= avatar_for(contact, :size => "16x16")

%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 502123e

Please sign in to comment.