1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-10 22:41:25 +02:00

web-app content formatting

This commit is contained in:
Lee Brown
2019-08-06 13:02:44 -08:00
parent 098544f83b
commit a327dc0197
23 changed files with 478 additions and 557 deletions

View File

@@ -4,8 +4,6 @@
{{end}}
{{ define "partials/app-wrapper" }}
<div class="container-fluid">
<!-- Error Text -->
<div class="text-center mt-5">
<div class="error mx-auto" data-text="{{ .StatusCode }}">{{ .StatusCode }}</div>
<p class="lead text-gray-800 mb-5">{{ .Error }}</p>
@@ -13,6 +11,5 @@
<p class="text-gray-500 mb-0">{{ .Details }}</p>
{{ end }}
</div>
</div>
{{ end }}