repo: assignee can be anyone who has read access (#3739)

This commit is contained in:
Unknwon
2017-02-17 22:17:27 -05:00
parent b481927d5e
commit 266586e866
9 changed files with 30 additions and 18 deletions

View File

@@ -1153,7 +1153,7 @@ function searchRepositories() {
if (response.ok && response.data.length) {
var html = '';
$.each(response.data, function (i, item) {
html += '<div class="item"><i class="icon octicon octicon-repo"></i> <span class="fullname">' + item.full_name + '</span></div>';
html += '<div class="item"><i class="octicon octicon-repo"></i> <span class="fullname">' + item.full_name + '</span></div>';
});
$results.html(html);
$this.find('.results .item').click(function () {