diff options
Diffstat (limited to 'templates/navbar.qtpl.go')
-rw-r--r-- | templates/navbar.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/navbar.qtpl.go b/templates/navbar.qtpl.go index 47573a7..0a41d56 100644 --- a/templates/navbar.qtpl.go +++ b/templates/navbar.qtpl.go @@ -176,7 +176,7 @@ func StreamGitItemNav(qw422016 *qt422016.Writer, name, ref string, s GitSelectio //line templates/navbar.qtpl:54 qw422016.N().S(` `) //line templates/navbar.qtpl:54 - if ref != "" && (s == Log || s == Tree) { + if ref != "" { //line templates/navbar.qtpl:54 qw422016.N().S(`@ `) //line templates/navbar.qtpl:54 |