parent
16f814b7d9
commit
327258c83e
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ def conduct_repo_search(username, query, results):
|
|||
|
||||
for repo in matching_repos:
|
||||
results.append({
|
||||
'name': repo.name,
|
||||
'name': repo.namespace_user.username + '/' + repo.name,
|
||||
'description': repo.description,
|
||||
'is_public': repo.is_public,
|
||||
'href': '/repository/' + repo.namespace_user.username + '/' + repo.name
|
||||
|
|
Reference in a new issue