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,7 @@
{{$value := (raw_value_of .ResourceValue .Meta)}}
{{$url := url_for $value}}
{{if (and $url (defined_resource_show_page .Meta.Resource))}}
<a data-url="{{$url}}" href="{{$url}}">{{stringify $value}}</a>
{{else}}
{{stringify $value}}
{{end}}