mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
Additional fix for #2005
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
}
|
||||
}
|
||||
<form id="fork-form" method="post" action="@context.path/@repository.owner/@repository.name/fork" style="display: none;">
|
||||
<input type="hidden" name="account" value="@context.loginAccount.get.userName"/>
|
||||
<input type="hidden" name="account" value="@context.loginAccount.map(_.userName)"/>
|
||||
</form>
|
||||
</div>
|
||||
@gitbucket.core.helper.html.repositoryicon(repository, true)
|
||||
|
||||
Reference in New Issue
Block a user