mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 10:58:58 +00:00
remove superfelous btn-sm
This commit is contained in:
parent
0452c87a28
commit
d8d6c9141f
@ -47,7 +47,7 @@ foreach ($this->items as $i => $item) :
|
||||
<?php if ($this->trackerAlias) :
|
||||
?>
|
||||
<div class="col-md-auto">
|
||||
<a class="badge btn-info btn-sm"
|
||||
<a class="badge btn-info"
|
||||
href="https://issues.joomla.org/tracker/<?php echo $this->trackerAlias; ?>/<?php echo $item->pull_id; ?>"
|
||||
target="_blank">
|
||||
<?php echo Text::_('COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER'); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user