mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
1c8bc4081a
Close #24104 This also introduces many tests to cover many complex error handling functions. ### Before The details are never shown in production. <details> ![image](https://user-images.githubusercontent.com/2114189/231805004-13214579-4fbe-465a-821c-be75c2749097.png) </details> ### After The details could be shown to site admin users. It is safe. ![image](https://user-images.githubusercontent.com/2114189/231803912-d5660994-416f-4b27-a4f1-a4cc962091d4.png)
13 lines
305 B
Handlebars
13 lines
305 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content devtest">
|
|
<div class="gt-df">
|
|
<div style="width: 80%; ">
|
|
hello hello hello hello hello hello hello hello hello hello
|
|
</div>
|
|
<div style="width: 20%;">
|
|
{{template "devtest/tmplerr-sub" .}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|