File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 104
104
{{end}}
105
105
</div>
106
106
{{else}}
107
- <h3 class="release-list-title">
108
- <a href="{{$.RepoLink}}/releases/tag/{{.TagName | EscapePound}}">{{.Title}}</a>
109
- {{if $.CanCreateRelease}}<small>(<a href="{{$.RepoLink}}/releases/edit/{{.TagName | EscapePound}}" rel="nofollow">{{$.i18n.Tr "repo.release.edit"}}</a>)</small>{{end}}
107
+ <h3 class="release-list-title df ac">
108
+ <a href="{{$.RepoLink}}/releases/tag/{{.TagName | EscapePound}}">
109
+ {{.Title}}
110
+ </a>
111
+ {{if $.CanCreateRelease}}
112
+ <small class="ml-2">
113
+ (<a href="{{$.RepoLink}}/releases/edit/{{.TagName | EscapePound}}" rel="nofollow">{{$.i18n.Tr "repo.release.edit"}}</a>)
114
+ </small>
115
+ {{end}}
110
116
</h3>
111
117
<p class="text grey">
112
118
<span class="author">
Original file line number Diff line number Diff line change 1922
1922
padding-top : 15px ;
1923
1923
1924
1924
.release-list-title {
1925
- font-size : 1.5 rem ;
1925
+ font-size : 2 rem ;
1926
1926
font-weight : normal ;
1927
+ margin-top : -6px ;
1927
1928
}
1928
1929
1929
1930
> li {
You can’t perform that action at this time.
0 commit comments