mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
Move watching sub-template to sidebar folder
This commit is contained in:
parent
4b8f0d0972
commit
bc8860ce32
3 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
tplWatching base.TplName = "repo/issue/view_content/watching"
|
tplWatching base.TplName = "repo/issue/view_content/sidebar/watching"
|
||||||
)
|
)
|
||||||
|
|
||||||
// IssueWatch sets issue watching
|
// IssueWatch sets issue watching
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="ui watching">
|
<div class="ui watching">
|
||||||
<span class="text"><strong>{{ctx.Locale.Tr "notification.notifications"}}</strong></span>
|
<span class="text"><strong>{{ctx.Locale.Tr "notification.notifications"}}</strong></span>
|
||||||
<div class="tw-mt-2">
|
<div class="tw-mt-2">
|
||||||
{{template "repo/issue/view_content/watching" .}}
|
{{template "repo/issue/view_content/sidebar/watching" .}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue