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:
parent
61b08b5c01
commit
e31c02d4bf
4 changed files with 52 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue