use an image for sending an invitation

git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@128 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-02-03 21:28:12 +00:00
parent fe1e417bac
commit 9afd9b8674
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
You have <strong><%= pluralize(@people.invitations.size, 'Invitations') rescue '0 Invitations' -%></strong>.
<% if @people and !@people.invitations.empty? -%><br /><%= link_to_function 'Send Invitation', "lightboxes['invitation_dialog'].open()" -%><% end -%>
<% if @people and !@people.invitations.empty? -%><br /><%= link_to_function "#{image_tag('mail-forward.png')} Send Invitation", "lightboxes['invitation_dialog'].open()" -%><% end -%>

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B