31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-04 22:50:46 +00:00

Fix joomla icon.

This commit is contained in:
Olivier Laverré 2019-07-07 15:30:09 +02:00
parent 241cc6b29a
commit 0a6e2d9f0b

View File

@ -45,7 +45,7 @@ foreach ($this->items as $i => $item) :
<?php if ($this->trackerAlias !== false) : ?>
<td class="text-center">
<a class="btn btn-sm btn-warning" href="https://issues.joomla.org/tracker/<?php echo $this->trackerAlias; ?>/<?php echo $item->pull_id; ?>" target="_blank">
<i class="icon-joomla"></i> <?php echo \JText::_('COM_PATCHTESTER_JISSUE'); ?>
<i class="fab fa-joomla"></i> <?php echo \JText::_('COM_PATCHTESTER_JISSUE'); ?>
</a>
</td>
<?php endif; ?>