enhanced the issue view to show the icon of the current owner
This commit is contained in:
parent
7e0f4363b9
commit
e49e69a84e
@ -1009,6 +1009,9 @@ function print_issue_state ($con, $issue, $old, $issue_type_array, $issue_status
|
||||
</ul>
|
||||
|
||||
<?php
|
||||
$user_icon_url = codepot_merge_path (site_url(), '/user/icon/' . $this->converter->AsciiToHex($issue->owner));
|
||||
print "<img src='{$user_icon_url}' class='codepot-committer-icon-24x24' /> ";
|
||||
|
||||
if (!empty($related_code_revisions))
|
||||
{
|
||||
print '<ul id="issue_show_coderev_list" class="codepot-horizontal-list">';
|
||||
|
Loading…
Reference in New Issue
Block a user