Added views for QOR admin
This commit is contained in:
10
app/views/qor/metas/index/select_many.tmpl
Normal file
10
app/views/qor/metas/index/select_many.tmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
{{$meta := .Meta}}
|
||||
{{$values := (raw_value_of .ResourceValue .Meta)}}
|
||||
{{range $index, $value := $values}}
|
||||
{{$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}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user