fixing name of link
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@135 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
9acd85475c
commit
319cc51fc0
|
@ -1,2 +1,2 @@
|
|||
You have <strong><%= pluralize(@people.invitations.size, 'Invitations') rescue '0 Invitations' -%></strong>.
|
||||
<% if @people.id == session[:people_id] -%>You have<% else -%><%= @people.title -%> has<% end -%> <strong><%= pluralize(@people.invitations.size, 'Invitations') rescue '0 Invitations' -%></strong>.
|
||||
<% if @people and !@people.invitations.empty? -%><br /><%= link_to_function "#{image_tag('mail-forward.png')} Send Invitation", "lightboxes['invitation_dialog'].open()" -%><% end -%>
|
||||
|
|
Reference in New Issue