add link back to list from instance-show

integration-tests
Josha von Gizycki 6 years ago
parent 71ff06e3ca
commit bd80169113

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

Loading…
Cancel
Save