mirror of https://github.com/go-gitea/gitea.git
Browse Source
1. Using existing "content" variable in `swift.go` 2. Do not report 500 server error in `GetPullDiffStats` middleware, otherwise a PR missing ref won't be able to view. 3. Fix the abused "label button" when listing commits, there was too much padding space, see the screenshot below.pull/34244/head
3 changed files with 7 additions and 8 deletions
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
<a class="ui label basic tiny button{{if .IsRelease}} primary{{end}}" href="{{.RepoLink}}/src/tag/{{.TagName|PathEscape}}"> |
||||
<a class="ui basic label tw-p-1 {{if .IsRelease}}primary{{end}}" href="{{.RepoLink}}/src/tag/{{.TagName|PathEscape}}"> |
||||
{{svg "octicon-tag"}} {{.TagName}} |
||||
</a> |
||||
|
||||
Loading…
Reference in new issue