parent
a42f059138
commit
05f14a4f97
|
@ -21,7 +21,4 @@ switch ($comment->type) {
|
||||||
$tooltip = $this->translate('Comment was caused by an acknowledgement');
|
$tooltip = $this->translate('Comment was caused by an acknowledgement');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
?>
|
echo $this->icon($icon, $tooltip, array('class' => 'big-icon'));
|
||||||
<span style="font-size: 1.8em">
|
|
||||||
<?= $this->icon($icon, $tooltip); ?>
|
|
||||||
</span>
|
|
||||||
|
|
Loading…
Reference in New Issue