join('link', function (JoinClause $join): void { $join->on('l_from', '=', 's_id'); $join->on('l_file', '=', 's_file'); }) ->where('l_type', '=', 'REPO') ->where('l_file', '=', $tree->id()) ->groupBy('l_to') ->select(['l_to', DB::raw('COUNT(*) AS total')]) ->pluck('total', 'l_to') ->all(); ?>
= I18N::translate('Repository name') ?> | = I18N::translate('Sources') ?> | = I18N::translate('Last change') ?> |
---|---|---|
= $repository->getFullName() ?> | = I18N::number($count_sources[$repository->xref()] ?? 0) ?> | = $repository->lastChangeTimestamp() ?> |