remove admin link from group page

This commit is contained in:
Evan Prodromou 2009-01-21 09:57:58 -05:00
parent 394977b739
commit 79db73d4ac
1 changed files with 0 additions and 8 deletions

View File

@ -268,14 +268,6 @@ class ShowgroupAction extends Action
if ($cur->isMember($this->group)) {
$lf = new LeaveForm($this, $this->group);
$lf->show();
if ($cur->isAdmin($this->group)) {
$edit = common_local_url('editgroup',
array('nickname' => $this->group->nickname));
$this->element('a',
array('href' => $edit,
'id' => 'group_admin'),
_('Admin'));
}
} else {
$jf = new JoinForm($this, $this->group);
$jf->show();