class on the invite link

This commit is contained in:
Evan Prodromou 2011-04-14 18:28:37 -04:00
parent 41dc9ca497
commit 3d9dc111a2
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ class InviteButtonSection extends Section
function showContent()
{
$this->out->element('a',
array('href' => common_local_url('invite')),
array('href' => common_local_url('invite'),
'class' => 'invite_button'),
_('Invite more colleagues'));
return false;
}