|
|
|
@ -46,8 +46,13 @@
|
|
|
|
|
(h (-> instance :schema :name))
|
|
|
|
|
" "
|
|
|
|
|
[:small (h (:name instance))]]
|
|
|
|
|
[:p [:small [:a {:href (path :instance-edit-form instance)}
|
|
|
|
|
"Edit Instance"]]]
|
|
|
|
|
[:p [:small
|
|
|
|
|
[:a {:href (path :instance-edit-form instance)}
|
|
|
|
|
"Edit Instance"]
|
|
|
|
|
" | "
|
|
|
|
|
[:a {:href (path :instance-list
|
|
|
|
|
{:schema-uuid (-> instance :schema :uuid)})}
|
|
|
|
|
"List Instances"]]]
|
|
|
|
|
(when-not (empty? (:properties instance))
|
|
|
|
|
[:section.properties
|
|
|
|
|
[:h2 "Properties"]
|
|
|
|
|