mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 10:28:27 +00:00
* 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>
This commit is contained in:
7
templates/base/alert_details.tmpl
Normal file
7
templates/base/alert_details.tmpl
Normal file
@@ -0,0 +1,7 @@
|
||||
{{.Message}}
|
||||
<details>
|
||||
<summary>{{.Summary}}</summary>
|
||||
<code>
|
||||
{{.Details | Str2html}}
|
||||
</code>
|
||||
</details>
|
Reference in New Issue
Block a user