diff --git a/app/views/friends/index.rhtml b/app/views/friends/index.rhtml index fa2b19a..d0439cd 100644 --- a/app/views/friends/index.rhtml +++ b/app/views/friends/index.rhtml @@ -14,6 +14,13 @@ :title => _('remove'), :help => __('Clicking on this button will remove your friend relation with %s.') % friend.name %> +
+ <%= link_to content_tag('span',_('contact')), + friend.url.merge(:controller => 'contact', :action => 'new'), + :class => 'button icon-menu-mail', + :title => _('contact'), + :help => __('Clicking on this button will let you send a message to %s.') % friend.name %> +
<% end %> -- libgit2 0.21.2