* @git Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper; // No direct access to this file defined('JPATH_BASE') or die; $base = $displayData['repo']->base ?? null; $path = $displayData['repo']->path ?? null; $type = $displayData['repo']->type ?? 0; $url = "#"; if (!empty($base) && !empty($path)) { // if the type is GitHub = 2 if ($type == 2) { $base = 'https://github.com'; } $url = "{$base}/{$path}"; } $name = $displayData['name'] ?? 'error'; $area = $displayData['area'] ?? 'error'; $organisation = $displayData['repo']->organisation ?? 'error'; $repository = $displayData['repo']->repository ?? 'error'; $read_branch = $displayData['repo']->read_branch ?? 'error'; $guid = $displayData['repo']->guid ?? 'error'; ?>
:
  • :
  • :
  • :