Added views for QOR admin
This commit is contained in:
11
app/views/qor/shared/flashes.tmpl
Normal file
11
app/views/qor/shared/flashes.tmpl
Normal 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}}
|
||||
Reference in New Issue
Block a user