mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 18:54:25 +00:00
198e57bc37
* Return the full rejection message and errors in flash errors (#13221) Signed-off-by: Andrew Thornton <art27@cantab.net> * Update routers/repo/pull.go Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
8 lines
125 B
Cheetah
8 lines
125 B
Cheetah
{{.Message}}
|
|
<details>
|
|
<summary>{{.Summary}}</summary>
|
|
<code>
|
|
{{.Details | Str2html}}
|
|
</code>
|
|
</details>
|