diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 73b60bc309..6c293fc0eb 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -211,7 +211,8 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
| bug->openedBy;?> | + getClientLang() == 'en' ? 'w-100px' : 'w-80px';?> +bug->openedBy;?> | openedBy];?> |
|---|---|---|
| bug->linkBug;?> | + getClientLang() == 'en' ? 'w-100px' : 'w-80px';?> +bug->linkBug;?> | createLink('bug', 'linkBugs', "bugID=$bug->id", '', true), $lang->bug->linkBugs, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");?> |
|---|---|---|