We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb9243 commit 02cc517Copy full SHA for 02cc517
src/main/twirl/gitbucket/gist/header.scala.html
@@ -16,7 +16,7 @@
16
<a href="@path/gist/@gist.userName/@gist.repositoryName/edit" class="btn btn-small">Edit</a>
17
<a href="@path/gist/@gist.userName/@gist.repositoryName/delete" class="btn btn-small" id="delete">Delete</a>
18
}
19
- @if(gist.userName.isEmpty){
+ @if(gist.originUserName.isEmpty){
20
<div class="input-prepend" style="margin-bottom: 0px;">
21
@if(loginAccount.isEmpty){
22
<a title="You must be signed in to fork a repository" href="@path/signin" class="btn btn-small">Fork</a>
0 commit comments