Subversion Repositories PEEPS

Rev

Rev 4 | Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 410... Line 410...
410
    push @activity_log, $h->li ({ class=>"shaded" }, join " ", @logs);
410
    push @activity_log, $h->li ({ class=>"shaded" }, join " ", @logs);
411
  }
411
  }
Line 412... Line 412...
412
  
412
  
413
  return $h->ul ([@activity_log]).$h->h5 ($h->a ({ href=>"org_log?filter-organization_id=".$org_id }, "[Entire log history]"));
413
  return $h->ul ([@activity_log]).$h->h5 ($h->a ({ href=>"org_log?filter-organization_id=".$org_id }, "[Entire log history]"));
-
 
414
}