mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 00:15:50 +01:00
Fix the account page to display repositories which is registered as collaborator.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
@repositories.map { repository =>
|
||||
<div class="block">
|
||||
<div class="block-header-2">
|
||||
<a href="@path/@repository.owner">@repository.owner</a>
|
||||
/
|
||||
<a href="@path/@repository.owner/@repository.name">@repository.name</a>
|
||||
@if(repository.repository.repositoryType == Private){
|
||||
<i class="icon-lock"></i>
|
||||
|
||||
Reference in New Issue
Block a user