diff --git a/src/wanijo/instance/view.clj b/src/wanijo/instance/view.clj index 2eb6371..7316b1a 100644 --- a/src/wanijo/instance/view.clj +++ b/src/wanijo/instance/view.clj @@ -89,6 +89,11 @@ " | " [:a {:href (path :vis-explore {:instance-uuid (:uuid instance)})} "Explore from here"]]] + (when (seq (:tags instance)) + [:section.tags + [:ul + (for [tag (:tags instace)] + [:li (:name tag)])]]) (when (seq (:properties instance)) [:section.properties [:h2 "Properties"]