mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-22 18:43:33 +00:00
d3c2cc2527
feat: automation action to send CSAT. - minor refactors.
11 lines
216 B
HTML
11 lines
216 B
HTML
{{ define "error" }}
|
|
{{ template "header" . }}
|
|
|
|
<section class="center">
|
|
{{ if .Data.ErrorMessage }}
|
|
<p class="error">{{ .Data.ErrorMessage }}</p>
|
|
{{ end }}
|
|
</section>
|
|
|
|
{{ template "footer" . }}
|
|
{{ end }} |