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 6131e27 commit 0ffeb23Copy full SHA for 0ffeb23
src/main/twirl/gitbucket/gist/list.scala.html
@@ -27,8 +27,8 @@
27
<div>
28
29
@avatar(gist.userName, 20)
30
- <a class="strong" href="/gist/@gist.userName">@gist.userName</a> /
31
- <a class="strong" href="/gist/@gist.userName/@gist.repositoryName">@gist.title</a>
+ <a class="strong" href="@path/gist/@gist.userName">@gist.userName</a> /
+ <a class="strong" href="@path/gist/@gist.userName/@gist.repositoryName">@gist.title</a>
32
@if(gist.isPrivate){
33
<span class="label label-warning">Secret</span>
34
}
0 commit comments