diff --git a/src/wanijo/instance/view.clj b/src/wanijo/instance/view.clj index 4b3b043..abc040c 100644 --- a/src/wanijo/instance/view.clj +++ b/src/wanijo/instance/view.clj @@ -77,8 +77,11 @@ name (if empty [:i "empty"] (h name))]] [:tr [:td name] - [:td (h (:name target))] - [:td (h (:name schema))] + [:td [:a {:href (path :instance-show target)} + (h (:name target))]] + [:td [:a {:href (path :instance-list + {:schema-uuid (:uuid schema)})} + (h (:name schema))]] [:td (prettify-dt (:created_at link))]])]]])])) (defn edit! [instance form form-data schemas req]