Added views for QOR admin
This commit is contained in:
9
app/views/qor/metas/index/collection_edit.tmpl
Normal file
9
app/views/qor/metas/index/collection_edit.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{{$meta := .Meta}}
|
||||
{{range $index, $value := .Value }}
|
||||
{{$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