Added views for QOR admin

This commit is contained in:
Nedim
2023-09-07 13:04:34 +02:00
parent 40c6366608
commit f02e5e49cb
180 changed files with 18556 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{{range $flash := flashes}}
<div class="qor-alert qor-alert--{{$flash.Type}} qor-alert__active" data-dismissible="true" role="alert" data-type="{{$flash.Type}}">
<button type="button" class="mdl-button mdl-button--icon" data-dismiss="alert">
<i class="material-icons">close</i>
</button>
<span class="qor-alert-message">
{{$flash.Message}}
</span>
</div>
{{end}}