mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 09:39:44 +08:00
fix bug on issue view when not login (#1624)
* fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue
This commit is contained in:
@ -99,6 +99,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{if $.IssueWatch}}
|
||||
<div class="ui divider"></div>
|
||||
|
||||
<div class="ui watching">
|
||||
@ -119,5 +120,6 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user