From 8ae128aa65e08d80452bc3af4eed5c6c7bb637e6 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Sat, 22 Jun 2019 14:33:04 +0200 Subject: [PATCH] displaying tags --- src/wanijo/instance/view.clj | 5 +++++ 1 file changed, 5 insertions(+) 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"]