File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{$canReadReleases := $.Permission.CanRead $.UnitTypeReleases}}
2
2
{{$canReadCode := $.Permission.CanRead $.UnitTypeCode}}
3
- <div class="releases -tag-header gt-df gt-ac">
4
- <div class="releases -tag-header-left gt-df gt-ac gt-f1">
3
+ <div class="release -tag-header gt-df gt-ac">
4
+ <div class="release -tag-header-left gt-df gt-ac gt-f1">
5
5
{{if $canReadReleases}}
6
6
<h2 class="ui compact small menu header small-menu-items">
7
7
<a class="{{if .PageIsReleaseList}}active {{end}}item" href="{{.RepoLink}}/releases">{{.locale.Tr "repo.release.releases"}}</a>
17
17
{{template "repo/sub_menu" .}}
18
18
{{end}}
19
19
</div>
20
- <div class="releases -tag-header-right">
20
+ <div class="release -tag-header-right">
21
21
{{if and (not .PageIsTagList) .CanCreateRelease}}
22
22
<a class="ui right small green button" href="{{$.RepoLink}}/releases/new">
23
23
{{.locale.Tr "repo.release.new_release"}}
You can’t perform that action at this time.
0 commit comments